struct AVOpenCLFramesContext AVOpenCLFramesContext
OpenCL-specific data associated with a frame pool.
cl_device_id device_id
The primary device ID of the device.
Definition: hwcontext_opencl.h:69
cl_command_queue command_queue
The command queue used for internal asynchronous operations on this device (av_hwframe_transfer_data(...
Definition: hwcontext_opencl.h:97
struct AVOpenCLFrameDescriptor AVOpenCLFrameDescriptor
OpenCL frame descriptor for pool allocation.
OpenCL-specific data associated with a frame pool.
Definition: hwcontext_opencl.h:89
struct AVOpenCLDeviceContext AVOpenCLDeviceContext
OpenCL device details.
cl_command_queue command_queue
The default command queue for this device, which will be used by all frames contexts which do not hav...
Definition: hwcontext_opencl.h:81
OpenCL device details.
Definition: hwcontext_opencl.h:63
cl_context context
The OpenCL context which will contain all operations and frames on this device.
Definition: hwcontext_opencl.h:74