FFmpeg
|
#include <opencl.h>
Data Fields | |
cl_platform_id | platform_id |
cl_device_type | device_type |
cl_context | context |
cl_device_id | device_id |
cl_command_queue | command_queue |
char * | platform_name |
cl_platform_id AVOpenCLExternalEnv::platform_id |
Definition at line 75 of file opencl.h.
Referenced by init_opencl_env().
cl_device_type AVOpenCLExternalEnv::device_type |
Definition at line 76 of file opencl.h.
Referenced by init_opencl_env().
cl_context AVOpenCLExternalEnv::context |
Definition at line 77 of file opencl.h.
Referenced by init_opencl_env().
cl_device_id AVOpenCLExternalEnv::device_id |
Definition at line 78 of file opencl.h.
Referenced by init_opencl_env().
cl_command_queue AVOpenCLExternalEnv::command_queue |
Definition at line 79 of file opencl.h.
Referenced by init_opencl_env().