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

Data Fields

const AVClassclass
 
int threshold
 
int tolerance
 
int softness
 
int white
 
int black
 
int max
 
int(* do_lumakey_slice )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 28 of file vf_lumakey.c.

Field Documentation

const AVClass* LumakeyContext::class

Definition at line 29 of file vf_lumakey.c.

int LumakeyContext::threshold

Definition at line 31 of file vf_lumakey.c.

Referenced by config_input().

int LumakeyContext::tolerance

Definition at line 32 of file vf_lumakey.c.

Referenced by config_input().

int LumakeyContext::softness

Definition at line 33 of file vf_lumakey.c.

Referenced by do_lumakey_slice16(), and do_lumakey_slice8().

int LumakeyContext::white

Definition at line 35 of file vf_lumakey.c.

Referenced by config_input(), do_lumakey_slice16(), and do_lumakey_slice8().

int LumakeyContext::black

Definition at line 36 of file vf_lumakey.c.

Referenced by config_input(), do_lumakey_slice16(), and do_lumakey_slice8().

int LumakeyContext::max

Definition at line 37 of file vf_lumakey.c.

Referenced by config_input(), and do_lumakey_slice16().

int(* LumakeyContext::do_lumakey_slice)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 39 of file vf_lumakey.c.

Referenced by config_input(), and filter_frame().


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