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

#include <opencl.h>

Data Fields

int device_type
 
char device_name [AV_OPENCL_MAX_DEVICE_NAME_SIZE]
 
cl_device_id device_id
 

Detailed Description

Definition at line 50 of file opencl.h.

Field Documentation

int AVOpenCLDeviceNode::device_type

Definition at line 51 of file opencl.h.

Referenced by get_device_list(), and init_opencl_env().

char AVOpenCLDeviceNode::device_name[AV_OPENCL_MAX_DEVICE_NAME_SIZE]

Definition at line 52 of file opencl.h.

Referenced by get_device_list().

cl_device_id AVOpenCLDeviceNode::device_id

Definition at line 53 of file opencl.h.

Referenced by get_device_list(), and init_opencl_env().


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