Home
last modified time | relevance | path

Searched refs:av_frame_apply_cropping (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
Dframe.h986 int av_frame_apply_cropping(AVFrame *frame, int flags);
Dframe.c891 int av_frame_apply_cropping(AVFrame *frame, int flags) in av_frame_apply_cropping() function
/third_party/ffmpeg/libavcodec/
Ddecode.c648 return av_frame_apply_cropping(frame, avctx->flags & AV_CODEC_FLAG_UNALIGNED ? in apply_cropping()
/third_party/ffmpeg/doc/
DAPIchanges522 Add av_frame_apply_cropping().