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 66 of file opencl.h.
Referenced by init_opencl_env().
cl_device_type AVOpenCLExternalEnv::device_type |
Definition at line 67 of file opencl.h.
Referenced by av_opencl_benchmark(), and init_opencl_env().
cl_context AVOpenCLExternalEnv::context |
Definition at line 68 of file opencl.h.
Referenced by av_opencl_benchmark(), init_opencl_env(), and run_opencl_bench().
cl_device_id AVOpenCLExternalEnv::device_id |
Definition at line 69 of file opencl.h.
Referenced by av_opencl_benchmark(), init_opencl_env(), and run_opencl_bench().
cl_command_queue AVOpenCLExternalEnv::command_queue |
Definition at line 70 of file opencl.h.
Referenced by av_opencl_benchmark(), init_opencl_env(), and run_opencl_bench().