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