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 74 of file opencl.h.

Field Documentation

cl_platform_id AVOpenCLExternalEnv::platform_id

Definition at line 75 of file opencl.h.

Referenced by init_opencl_env().

cl_device_type AVOpenCLExternalEnv::device_type

Definition at line 76 of file opencl.h.

Referenced by init_opencl_env().

cl_context AVOpenCLExternalEnv::context

Definition at line 77 of file opencl.h.

Referenced by init_opencl_env().

cl_device_id AVOpenCLExternalEnv::device_id

Definition at line 78 of file opencl.h.

Referenced by init_opencl_env().

cl_command_queue AVOpenCLExternalEnv::command_queue

Definition at line 79 of file opencl.h.

Referenced by init_opencl_env().

char* AVOpenCLExternalEnv::platform_name

Definition at line 80 of file opencl.h.


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