|
FFmpeg
|
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 29 of file vf_entropy.c.
| const AVClass* EntropyContext::class |
Definition at line 30 of file vf_entropy.c.
| int EntropyContext::mode |
Definition at line 32 of file vf_entropy.c.
| int EntropyContext::nb_planes |
Definition at line 34 of file vf_entropy.c.
| int EntropyContext::planeheight[4] |
Definition at line 35 of file vf_entropy.c.
| int EntropyContext::planewidth[4] |
Definition at line 36 of file vf_entropy.c.
| int EntropyContext::depth |
Definition at line 37 of file vf_entropy.c.
| int EntropyContext::is_rgb |
Definition at line 38 of file vf_entropy.c.
| uint8_t EntropyContext::rgba_map[4] |
Definition at line 39 of file vf_entropy.c.
| char EntropyContext::planenames[4] |
Definition at line 40 of file vf_entropy.c.
| int64_t* EntropyContext::histogram |
Definition at line 41 of file vf_entropy.c.
1.8.17