FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVOpenCLPlatformNode Struct Reference

#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
 

Detailed Description

Definition at line 60 of file opencl.h.

Field Documentation

cl_platform_id AVOpenCLPlatformNode::platform_id

Definition at line 61 of file opencl.h.

Referenced by get_device_list(), init_opencl_env(), and opt_opencl_bench().

char AVOpenCLPlatformNode::platform_name[AV_OPENCL_MAX_PLATFORM_NAME_SIZE]

Definition at line 62 of file opencl.h.

Referenced by get_device_list(), and init_opencl_env().

int AVOpenCLPlatformNode::device_num

Definition at line 63 of file opencl.h.

Referenced by free_device_list(), get_device_list(), init_opencl_env(), and opt_opencl_bench().

AVOpenCLDeviceNode** AVOpenCLPlatformNode::device_node

Definition at line 64 of file opencl.h.

Referenced by free_device_list(), get_device_list(), init_opencl_env(), and opt_opencl_bench().


The documentation for this struct was generated from the following file: