FFmpeg
|
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
Field Documentation
cl_command_queue AVOpenCLExternalEnv::command_queue |
Definition at line 75 of file opencl.h.
Referenced by init_opencl_env().
cl_context AVOpenCLExternalEnv::context |
Definition at line 73 of file opencl.h.
Referenced by init_opencl_env().
cl_device_id AVOpenCLExternalEnv::device_id |
Definition at line 74 of file opencl.h.
Referenced by init_opencl_env().
cl_device_type AVOpenCLExternalEnv::device_type |
Definition at line 72 of file opencl.h.
Referenced by init_opencl_env().
cl_platform_id AVOpenCLExternalEnv::platform_id |
Definition at line 71 of file opencl.h.
Referenced by init_opencl_env().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11