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

Data Fields

OpenCLFilterContext ocf
 
int initialised
 
cl_kernel kernel_horiz
 
cl_kernel kernel_vert
 
cl_command_queue command_queue
 
int radius
 
int radiusV
 
int planes
 

Detailed Description

Definition at line 34 of file vf_avgblur_opencl.c.

Field Documentation

OpenCLFilterContext AverageBlurOpenCLContext::ocf

Definition at line 35 of file vf_avgblur_opencl.c.

Referenced by avgblur_opencl_init().

int AverageBlurOpenCLContext::initialised

Definition at line 37 of file vf_avgblur_opencl.c.

Referenced by avgblur_opencl_filter_frame(), and avgblur_opencl_init().

cl_kernel AverageBlurOpenCLContext::kernel_horiz
cl_kernel AverageBlurOpenCLContext::kernel_vert
cl_command_queue AverageBlurOpenCLContext::command_queue
int AverageBlurOpenCLContext::radius

Definition at line 42 of file vf_avgblur_opencl.c.

Referenced by avgblur_opencl_filter_frame(), and avgblur_opencl_init().

int AverageBlurOpenCLContext::radiusV

Definition at line 43 of file vf_avgblur_opencl.c.

Referenced by avgblur_opencl_filter_frame(), and avgblur_opencl_init().

int AverageBlurOpenCLContext::planes

Definition at line 44 of file vf_avgblur_opencl.c.

Referenced by avgblur_opencl_filter_frame().


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