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

OpenCL-specific data associated with a frame pool. More...

#include <hwcontext_opencl.h>

Data Fields

cl_command_queue command_queue
 The command queue used for internal asynchronous operations on this device (av_hwframe_transfer_data(), av_hwframe_map()). More...
 

Detailed Description

OpenCL-specific data associated with a frame pool.

Allocated as AVHWFramesContext.hwctx.

Definition at line 89 of file hwcontext_opencl.h.

Field Documentation

cl_command_queue AVOpenCLFramesContext::command_queue

The command queue used for internal asynchronous operations on this device (av_hwframe_transfer_data(), av_hwframe_map()).

If this is not set, the command queue from the associated device is used instead.

Definition at line 97 of file hwcontext_opencl.h.

Referenced by opencl_frames_init_command_queue().


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