FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
char * | w |
char * | h |
char * | x1 |
char * | y1 |
char * | x2 |
char * | y2 |
int | nb_planes |
int | pixsteps [4] |
const AVPixFmtDescriptor * | desc |
uint8_t * | temp |
Definition at line 32 of file vf_swaprect.c.
const AVClass* SwapRectContext::class |
Definition at line 33 of file vf_swaprect.c.
char* SwapRectContext::w |
Definition at line 34 of file vf_swaprect.c.
Referenced by config_input(), and filter_frame().
char * SwapRectContext::h |
Definition at line 34 of file vf_swaprect.c.
Referenced by config_input(), and filter_frame().
char* SwapRectContext::x1 |
Definition at line 35 of file vf_swaprect.c.
Referenced by config_input(), and filter_frame().
char * SwapRectContext::y1 |
Definition at line 35 of file vf_swaprect.c.
Referenced by config_input(), and filter_frame().
char* SwapRectContext::x2 |
Definition at line 36 of file vf_swaprect.c.
Referenced by config_input(), and filter_frame().
char * SwapRectContext::y2 |
Definition at line 36 of file vf_swaprect.c.
Referenced by config_input(), and filter_frame().
int SwapRectContext::nb_planes |
Definition at line 38 of file vf_swaprect.c.
Referenced by config_input(), and filter_frame().
int SwapRectContext::pixsteps[4] |
Definition at line 39 of file vf_swaprect.c.
Referenced by config_input(), and filter_frame().
const AVPixFmtDescriptor* SwapRectContext::desc |
Definition at line 41 of file vf_swaprect.c.
Referenced by config_input(), filter_frame(), and query_formats().
uint8_t* SwapRectContext::temp |
Definition at line 42 of file vf_swaprect.c.
Referenced by config_input(), filter_frame(), and uninit().