Data Fields | |
int | x |
x offset of the non-cropped area with respect to the input area | |
int | y |
y offset of the non-cropped area with respect to the input area | |
int | w |
width of the cropped area | |
int | h |
height of the cropped area | |
int | bpp |
bits per pixel | |
int | hsub |
int | vsub |
chroma subsampling |
Definition at line 29 of file vf_crop.c.
int CropContext::bpp |
bits per pixel
Definition at line 35 of file vf_crop.c.
Referenced by config_input(), and start_frame().
int CropContext::h |
height of the cropped area
Definition at line 33 of file vf_crop.c.
Referenced by config_input(), config_output(), draw_slice(), init(), and start_frame().
chroma subsampling
Definition at line 36 of file vf_crop.c.
Referenced by config_input(), and start_frame().
int CropContext::w |
width of the cropped area
Definition at line 32 of file vf_crop.c.
Referenced by config_input(), config_output(), init(), and start_frame().
int CropContext::x |
x offset of the non-cropped area with respect to the input area
Definition at line 30 of file vf_crop.c.
Referenced by config_input(), init(), and start_frame().
int CropContext::y |
y offset of the non-cropped area with respect to the input area
Definition at line 31 of file vf_crop.c.
Referenced by config_input(), draw_slice(), init(), and start_frame().