| FFmpeg
    | 
#include <opencl.h>
| Data Fields | |
| cl_platform_id | platform_id | 
| char | platform_name [AV_OPENCL_MAX_PLATFORM_NAME_SIZE] | 
| int | device_num | 
| AVOpenCLDeviceNode ** | device_node | 
| cl_platform_id AVOpenCLPlatformNode::platform_id | 
Definition at line 57 of file opencl.h.
Referenced by get_device_list(), and init_opencl_env().
| char AVOpenCLPlatformNode::platform_name[AV_OPENCL_MAX_PLATFORM_NAME_SIZE] | 
Definition at line 58 of file opencl.h.
Referenced by get_device_list(), and init_opencl_env().
| int AVOpenCLPlatformNode::device_num | 
Definition at line 59 of file opencl.h.
Referenced by free_device_list(), get_device_list(), and init_opencl_env().
| AVOpenCLDeviceNode** AVOpenCLPlatformNode::device_node | 
Definition at line 60 of file opencl.h.
Referenced by free_device_list(), get_device_list(), and init_opencl_env().
 1.8.2
 1.8.2