Data Fields | |
const AVClass * | class |
int | factor |
int | fade_per_frame |
unsigned int | frame_index |
unsigned int | start_frame |
unsigned int | stop_frame |
unsigned int | nb_frames |
int | hsub |
int | vsub |
int | bpp |
unsigned int | black_level |
unsigned int | black_level_scaled |
uint8_t | is_packed_rgb |
uint8_t | rgba_map [4] |
int | alpha |
char * | type |
Definition at line 53 of file vf_fade.c.
Referenced by config_props(), draw_slice(), and init().
unsigned int FadeContext::black_level |
Definition at line 50 of file vf_fade.c.
Referenced by config_props(), and draw_slice().
unsigned int FadeContext::black_level_scaled |
Definition at line 50 of file vf_fade.c.
Referenced by config_props(), and draw_slice().
int FadeContext::bpp |
Definition at line 49 of file vf_fade.c.
Referenced by config_props(), and draw_slice().
const AVClass* FadeContext::class |
Definition at line 47 of file vf_fade.c.
Referenced by draw_slice(), end_frame(), and init().
Definition at line 47 of file vf_fade.c.
Referenced by end_frame(), and init().
unsigned int FadeContext::frame_index |
Definition at line 48 of file vf_fade.c.
Referenced by end_frame().
Definition at line 49 of file vf_fade.c.
Referenced by config_props(), and draw_slice().
uint8_t FadeContext::is_packed_rgb |
Definition at line 51 of file vf_fade.c.
Referenced by config_props(), and draw_slice().
unsigned int FadeContext::nb_frames |
uint8_t FadeContext::rgba_map[4] |
Definition at line 52 of file vf_fade.c.
Referenced by config_props(), and draw_slice().
unsigned int FadeContext::start_frame |
Definition at line 48 of file vf_fade.c.
Referenced by end_frame(), and init().
unsigned int FadeContext::stop_frame |
Definition at line 48 of file vf_fade.c.
Referenced by end_frame(), and init().
char* FadeContext::type |
Definition at line 49 of file vf_fade.c.
Referenced by config_props(), and draw_slice().