FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
int | mode |
int | nb_planes |
int | planeheight [4] |
int | planewidth [4] |
int | depth |
int | is_rgb |
uint8_t | rgba_map [4] |
char | planenames [4] |
int64_t * | histogram |
Definition at line 30 of file vf_entropy.c.
const AVClass* EntropyContext::class |
Definition at line 31 of file vf_entropy.c.
int EntropyContext::mode |
Definition at line 33 of file vf_entropy.c.
Referenced by filter_frame().
int EntropyContext::nb_planes |
Definition at line 35 of file vf_entropy.c.
Referenced by config_input(), and filter_frame().
int EntropyContext::planeheight[4] |
Definition at line 36 of file vf_entropy.c.
Referenced by config_input(), and filter_frame().
int EntropyContext::planewidth[4] |
Definition at line 37 of file vf_entropy.c.
Referenced by config_input(), and filter_frame().
int EntropyContext::depth |
Definition at line 38 of file vf_entropy.c.
Referenced by config_input(), and filter_frame().
int EntropyContext::is_rgb |
Definition at line 39 of file vf_entropy.c.
Referenced by config_input(), and filter_frame().
uint8_t EntropyContext::rgba_map[4] |
Definition at line 40 of file vf_entropy.c.
Referenced by config_input(), and filter_frame().
char EntropyContext::planenames[4] |
Definition at line 41 of file vf_entropy.c.
Referenced by config_input(), and filter_frame().
int64_t* EntropyContext::histogram |
Definition at line 42 of file vf_entropy.c.
Referenced by config_input(), filter_frame(), and uninit().