FFmpeg  3.3.9
Data Fields
AVOpenCLPlatformNode Struct Reference

#include <libavutil/opencl.h>

Data Fields

cl_platform_id platform_id
 
char * platform_name
 
int device_num
 
AVOpenCLDeviceNode ** device_node
 

Detailed Description

Definition at line 54 of file opencl.h.

Field Documentation

◆ platform_id

cl_platform_id AVOpenCLPlatformNode::platform_id

Definition at line 55 of file opencl.h.

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

◆ platform_name

char* AVOpenCLPlatformNode::platform_name

Definition at line 56 of file opencl.h.

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

◆ device_num

int AVOpenCLPlatformNode::device_num

Definition at line 57 of file opencl.h.

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

◆ device_node

AVOpenCLDeviceNode** AVOpenCLPlatformNode::device_node

Definition at line 58 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: