FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
TileContext Struct Reference

Data Fields

const AVClassclass
 
unsigned w
 
unsigned h
 
unsigned margin
 
unsigned padding
 
unsigned current
 
unsigned nb_frames
 
FFDrawContext draw
 
FFDrawColor blank
 
AVFrameout_ref
 
uint8_t rgba_color [4]
 

Detailed Description

Definition at line 34 of file vf_tile.c.

Field Documentation

const AVClass* TileContext::class

Definition at line 35 of file vf_tile.c.

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
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().


The documentation for this struct was generated from the following file: