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

Data Fields

OpenCLFilterContext ocf
 
int initialised
 
cl_kernel kernel
 
cl_command_queue command_queue
 
FFFrameSync fs
 
int nb_planes
 
int x_subsample
 
int y_subsample
 
int alpha_separate
 
int x_position
 
int y_position
 

Detailed Description

Definition at line 31 of file vf_overlay_opencl.c.

Field Documentation

OpenCLFilterContext OverlayOpenCLContext::ocf

Definition at line 32 of file vf_overlay_opencl.c.

Referenced by overlay_opencl_load().

int OverlayOpenCLContext::initialised

Definition at line 34 of file vf_overlay_opencl.c.

Referenced by overlay_opencl_blend(), and overlay_opencl_load().

cl_kernel OverlayOpenCLContext::kernel
cl_command_queue OverlayOpenCLContext::command_queue
FFFrameSync OverlayOpenCLContext::fs
int OverlayOpenCLContext::nb_planes

Definition at line 40 of file vf_overlay_opencl.c.

Referenced by overlay_opencl_blend(), and overlay_opencl_load().

int OverlayOpenCLContext::x_subsample

Definition at line 41 of file vf_overlay_opencl.c.

Referenced by overlay_opencl_blend(), and overlay_opencl_load().

int OverlayOpenCLContext::y_subsample

Definition at line 42 of file vf_overlay_opencl.c.

Referenced by overlay_opencl_blend(), and overlay_opencl_load().

int OverlayOpenCLContext::alpha_separate

Definition at line 43 of file vf_overlay_opencl.c.

Referenced by overlay_opencl_blend(), and overlay_opencl_load().

int OverlayOpenCLContext::x_position

Definition at line 45 of file vf_overlay_opencl.c.

Referenced by overlay_opencl_blend(), and overlay_opencl_load().

int OverlayOpenCLContext::y_position

Definition at line 46 of file vf_overlay_opencl.c.

Referenced by overlay_opencl_blend(), and overlay_opencl_load().


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