Home
last modified time | relevance | path

Searched refs:av_image_check_sar (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dimgutils.h277 int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar);
H A Dimgutils.c323 int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar) in av_image_check_sar() function
/third_party/ffmpeg/libavformat/
H A 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/
H A Davcodec.c211 if (av_image_check_sar(avctx->width, avctx->height, in avcodec_open2()
H A Dutils.c107 int ret = av_image_check_sar(avctx->width, avctx->height, sar); in ff_set_sar()
H A Ddecode.c1314 av_image_check_sar(frame->width, frame->height, in ff_decode_frame_props()
H A Dffv1dec.c231 if (av_image_check_sar(f->width, f->height, in decode_slice_header()
H A Dmpeg12dec.c1228 if (av_image_check_sar(s->width, s->height, in mpeg_decode_postinit()

Completed in 12 milliseconds