FFmpeg
|
Data Fields | |
const AVClass * | class |
AVExpr * | e [4] |
expressions for each plane More... | |
char * | expr_str [4+3] |
expression strings for each plane More... | |
AVFrame * | picref |
current input buffer More... | |
int | hsub |
int | vsub |
chroma subsampling More... | |
int | planes |
number of planes More... | |
int | is_rgb |
AVExpr* GEQContext::e[4] |
expressions for each plane
Definition at line 38 of file vf_geq.c.
Referenced by geq_filter_frame(), geq_init(), and geq_uninit().
char* GEQContext::expr_str[4+3] |
AVFrame* GEQContext::picref |
current input buffer
Definition at line 40 of file vf_geq.c.
Referenced by geq_filter_frame(), and getpix().
int GEQContext::hsub |
Definition at line 41 of file vf_geq.c.
Referenced by geq_config_props(), geq_filter_frame(), and getpix().
int GEQContext::vsub |
chroma subsampling
Definition at line 41 of file vf_geq.c.
Referenced by geq_config_props(), geq_filter_frame(), and getpix().
int GEQContext::planes |
number of planes
Definition at line 42 of file vf_geq.c.
Referenced by geq_config_props(), and geq_filter_frame().
int GEQContext::is_rgb |
Definition at line 43 of file vf_geq.c.
Referenced by geq_init(), and geq_query_formats().