FFmpeg
|
Data Fields | |
const AVClass * | class |
unsigned | w |
unsigned | h |
unsigned | margin |
unsigned | padding |
unsigned | overlap |
unsigned | init_padding |
unsigned | current |
unsigned | nb_frames |
FFDrawContext | draw |
FFDrawColor | blank |
AVFrame * | out_ref |
AVFrame * | prev_out_ref |
uint8_t | rgba_color [4] |
unsigned TileContext::w |
Definition at line 37 of file vf_tile.c.
Referenced by config_props(), get_tile_pos(), and init().
unsigned TileContext::h |
Definition at line 37 of file vf_tile.c.
Referenced by config_props(), and init().
unsigned TileContext::margin |
Definition at line 38 of file vf_tile.c.
Referenced by config_props(), filter_frame(), get_tile_pos(), and init().
unsigned TileContext::padding |
Definition at line 39 of file vf_tile.c.
Referenced by config_props(), filter_frame(), get_tile_pos(), and init().
unsigned TileContext::overlap |
Definition at line 40 of file vf_tile.c.
Referenced by config_props(), end_last_frame(), filter_frame(), and init().
unsigned TileContext::init_padding |
Definition at line 41 of file vf_tile.c.
Referenced by filter_frame(), and init().
unsigned TileContext::current |
Definition at line 42 of file vf_tile.c.
Referenced by draw_blank_frame(), end_last_frame(), filter_frame(), init(), and request_frame().
unsigned TileContext::nb_frames |
Definition at line 43 of file vf_tile.c.
Referenced by config_props(), end_last_frame(), filter_frame(), and init().
FFDrawContext TileContext::draw |
Definition at line 44 of file vf_tile.c.
Referenced by config_props(), draw_blank_frame(), and filter_frame().
FFDrawColor TileContext::blank |
Definition at line 45 of file vf_tile.c.
Referenced by config_props(), draw_blank_frame(), and filter_frame().
AVFrame* TileContext::out_ref |
Definition at line 46 of file vf_tile.c.
Referenced by end_last_frame(), filter_frame(), request_frame(), and uninit().
AVFrame* TileContext::prev_out_ref |
Definition at line 47 of file vf_tile.c.
Referenced by end_last_frame(), filter_frame(), and uninit().
uint8_t TileContext::rgba_color[4] |
Definition at line 48 of file vf_tile.c.
Referenced by config_props().