Home
last modified time | relevance | path

Searched refs:av_image_check_sar (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/
Dimgutils.h257 int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar);
Dimgutils.c322 int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar) in av_image_check_sar() function
/third_party/ffmpeg/libavformat/
Doggparsedirac.c55 … if (av_image_check_sar(st->codecpar->width, st->codecpar->height, dsh->sample_aspect_ratio) >= 0) in dirac_header()
/third_party/ffmpeg/libavcodec/
Dutils.c101 int ret = av_image_check_sar(avctx->width, avctx->height, sar); in ff_set_sar()
Davcodec.c250 if (av_image_check_sar(avctx->width, avctx->height, in avcodec_open2()
Dffv1dec.c219 if (av_image_check_sar(f->width, f->height, in decode_slice_header()
Ddecode.c1802 av_image_check_sar(frame->width, frame->height, in ff_decode_frame_props()
Dmpeg12dec.c1253 if (av_image_check_sar(s->width, s->height, in mpeg_decode_postinit()
/third_party/ffmpeg/doc/
DAPIchanges1289 Add av_image_check_sar().