|
FFmpeg
|
#include <hflip.h>
Data Fields | |
| const AVClass * | class |
| int | max_step [4] |
| max pixel step for each plane, expressed as a number of bytes More... | |
| int | planewidth [4] |
| width of each plane More... | |
| int | planeheight [4] |
| height of each plane More... | |
| void(* | flip_line [4])(const uint8_t *src, uint8_t *dst, int w) |
| int | vsub |
| vertical chroma subsampling More... | |
| int FlipContext::max_step[4] |
max pixel step for each plane, expressed as a number of bytes
Definition at line 29 of file hflip.h.
Referenced by config_props(), and filter_slice().
| int FlipContext::planewidth[4] |
width of each plane
Definition at line 30 of file hflip.h.
Referenced by config_props(), and filter_slice().
| int FlipContext::planeheight[4] |
height of each plane
Definition at line 31 of file hflip.h.
Referenced by config_props(), and filter_slice().
Definition at line 33 of file hflip.h.
Referenced by check_hflip(), ff_hflip_init(), ff_hflip_init_x86(), and filter_slice().
| int FlipContext::vsub |
vertical chroma subsampling
Definition at line 35 of file vf_vflip.c.
Referenced by config_input(), filter_frame(), and get_video_buffer().
1.8.6