Searched refs:apply_cropping (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 1966 int apply_cropping; member
|
H A D | decode.c | 612 static int apply_cropping(AVCodecContext *avctx, AVFrame *frame) in apply_cropping() function 632 if (!avctx->apply_cropping) in apply_cropping() 658 ret = apply_cropping(avctx, frame); in avcodec_receive_frame()
|
H A D | options_table.h | 382 {"apply_cropping", NULL, OFFSET(apply_cropping), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, V | D },
|
Completed in 8 milliseconds