Libav
|
Data Fields | |
const AVClass * | class |
int | x |
x offset of the non-cropped area with respect to the input area More... | |
int | y |
y offset of the non-cropped area with respect to the input area More... | |
int | w |
width of the cropped area More... | |
int | h |
height of the cropped area More... | |
int | max_step [4] |
max pixel step for each plane, expressed as a number of bytes More... | |
int | hsub |
int | vsub |
chroma subsampling More... | |
char * | x_expr |
char * | y_expr |
char * | ow_expr |
char * | oh_expr |
AVExpr * | x_pexpr |
AVExpr * | y_pexpr |
double | var_values [VAR_VARS_NB] |
int CropContext::x |
x offset of the non-cropped area with respect to the input area
Definition at line 73 of file vf_crop.c.
Referenced by config_input(), and filter_frame().
int CropContext::y |
y offset of the non-cropped area with respect to the input area
Definition at line 74 of file vf_crop.c.
Referenced by config_input(), and filter_frame().
int CropContext::w |
width of the cropped area
Definition at line 75 of file vf_crop.c.
Referenced by config_input(), config_output(), and filter_frame().
int CropContext::h |
height of the cropped area
Definition at line 76 of file vf_crop.c.
Referenced by config_input(), config_output(), and filter_frame().
int CropContext::max_step[4] |
max pixel step for each plane, expressed as a number of bytes
Definition at line 78 of file vf_crop.c.
Referenced by config_input(), and filter_frame().
int CropContext::hsub |
Definition at line 79 of file vf_crop.c.
Referenced by config_input(), and filter_frame().
int CropContext::vsub |
chroma subsampling
Definition at line 79 of file vf_crop.c.
Referenced by config_input(), and filter_frame().
char* CropContext::x_expr |
Definition at line 80 of file vf_crop.c.
Referenced by config_input().
char * CropContext::y_expr |
Definition at line 80 of file vf_crop.c.
Referenced by config_input().
char * CropContext::ow_expr |
Definition at line 80 of file vf_crop.c.
Referenced by config_input().
char * CropContext::oh_expr |
Definition at line 80 of file vf_crop.c.
Referenced by config_input().
AVExpr* CropContext::x_pexpr |
Definition at line 81 of file vf_crop.c.
Referenced by config_input(), filter_frame(), and uninit().
AVExpr * CropContext::y_pexpr |
Definition at line 81 of file vf_crop.c.
Referenced by config_input(), filter_frame(), and uninit().
double CropContext::var_values[VAR_VARS_NB] |
Definition at line 82 of file vf_crop.c.
Referenced by config_input(), and filter_frame().