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

#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
 

Detailed Description

Definition at line 65 of file opencl.h.

Field Documentation

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().

char* AVOpenCLExternalEnv::platform_name

Definition at line 71 of file opencl.h.


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