FFmpeg
Data Fields
ColorkeyOpenCLContext Struct Reference

Data Fields

OpenCLFilterContext ocf
 
int initialized
 
cl_command_queue command_queue
 
cl_kernel kernel_colorkey
 
uint8_t colorkey_rgba [4]
 
cl_float4 colorkey_rgba_float
 
float similarity
 
float blend
 

Detailed Description

Definition at line 26 of file vf_colorkey_opencl.c.

Field Documentation

◆ ocf

OpenCLFilterContext ColorkeyOpenCLContext::ocf

Definition at line 27 of file vf_colorkey_opencl.c.

◆ initialized

int ColorkeyOpenCLContext::initialized

Definition at line 29 of file vf_colorkey_opencl.c.

Referenced by filter_frame().

◆ command_queue

cl_command_queue ColorkeyOpenCLContext::command_queue

Definition at line 31 of file vf_colorkey_opencl.c.

Referenced by filter_frame().

◆ kernel_colorkey

cl_kernel ColorkeyOpenCLContext::kernel_colorkey

Definition at line 32 of file vf_colorkey_opencl.c.

Referenced by filter_frame().

◆ colorkey_rgba

uint8_t ColorkeyOpenCLContext::colorkey_rgba[4]

Definition at line 35 of file vf_colorkey_opencl.c.

◆ colorkey_rgba_float

cl_float4 ColorkeyOpenCLContext::colorkey_rgba_float

Definition at line 37 of file vf_colorkey_opencl.c.

Referenced by filter_frame().

◆ similarity

float ColorkeyOpenCLContext::similarity

Definition at line 40 of file vf_colorkey_opencl.c.

Referenced by filter_frame().

◆ blend

float ColorkeyOpenCLContext::blend

Definition at line 44 of file vf_colorkey_opencl.c.

Referenced by filter_frame().


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