FFmpeg
|
Data Fields | |
AVOpenCLDeviceContext | p |
The public AVOpenCLDeviceContext. More... | |
cl_command_queue | command_queue |
cl_platform_id | platform_id |
Definition at line 87 of file hwcontext_opencl.c.
AVOpenCLDeviceContext OpenCLDeviceContext::p |
The public AVOpenCLDeviceContext.
See hwcontext_opencl.h for it.
Definition at line 91 of file hwcontext_opencl.c.
Referenced by opencl_check_extension(), and opencl_device_init().
cl_command_queue OpenCLDeviceContext::command_queue |
Definition at line 96 of file hwcontext_opencl.c.
Referenced by opencl_device_init(), opencl_device_uninit(), and opencl_frames_init_command_queue().
cl_platform_id OpenCLDeviceContext::platform_id |
Definition at line 100 of file hwcontext_opencl.c.
Referenced by opencl_check_extension(), and opencl_device_init().