/third_party/ffmpeg/libavcodec/ |
H A D | pnm.c | 141 av_image_check_size(w, h, 0, avctx) || s->bytestream >= s->bytestream_end) in ff_pnm_decode_header() 185 if(w <= 0 || h <= 0 || av_image_check_size(w, h, 0, avctx) || s->bytestream >= s->bytestream_end) in ff_pnm_decode_header()
|
H A D | avrndec.c | 37 if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0) in init()
|
H A D | flvdec.c | 79 if (av_image_check_size(width, height, 0, s->avctx)) in ff_flv_decode_picture_header()
|
H A D | screenpresso.c | 71 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in screenpresso_init()
|
H A D | xsubdec.c | 83 if (av_image_check_size(w, h, 0, avctx) < 0) in decode_frame()
|
H A D | rv10.c | 235 if (av_image_check_size(new_w, new_h, 0, s->avctx) < 0) in rv20_decode_picture_header() 265 if (av_image_check_size(s->width, s->height, 0, s->avctx) < 0) in rv20_decode_picture_header() 378 if ((ret = av_image_check_size(avctx->coded_width, in rv10_decode_init()
|
H A D | yop.c | 100 av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in yop_decode_init()
|
H A D | hapenc.c | 236 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in hap_init()
|
H A D | midivid.c | 239 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in decode_init()
|
H A D | eacmv.c | 194 if ((ret = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0) in cmv_decode_frame()
|
H A D | xwddec.c | 139 if ((ret = av_image_check_size(avctx->width, avctx->height, 0, NULL)) < 0) in xwd_decode_frame()
|
H A D | msvideo1enc.c | 274 if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in encode_init()
|
H A D | pictordec.c | 163 if (av_image_check_size(s->width, s->height, 0, avctx) < 0) in decode_frame()
|
H A D | qtrleenc.c | 82 if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in qtrle_encode_init()
|
/third_party/ffmpeg/libavutil/ |
H A D | imgutils.c | 230 if ((ret = av_image_check_size(w, h, 0, NULL)) < 0) in av_image_alloc() 318 int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *log_ctx) in av_image_check_size() function 452 ret = av_image_check_size(width, height, 0, NULL); in av_image_fill_arrays() 477 ret = av_image_check_size(width, height, 0, NULL); in av_image_get_buffer_size()
|
H A D | imgutils.h | 248 int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *log_ctx);
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | imgutils.c | 30 int ret = av_image_check_size(x, y, 0, NULL); in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | filmstripdec.c | 72 if (av_image_check_size(st->codecpar->width, st->codecpar->height, 0, s) < 0) in read_header()
|
H A D | v210.c | 54 ret = av_image_check_size(s->width, s->height, 0, ctx); in v210_read_header()
|
H A D | apngdec.c | 96 if (av_image_check_size(bytestream2_get_be32(&gb), bytestream2_get_be32(&gb), 0, NULL)) in apng_probe() 177 if ((ret = av_image_check_size(st->codecpar->width, st->codecpar->height, 0, s)) < 0) in apng_read_header()
|
H A D | rawvideodec.c | 68 ret = av_image_check_size(s->width, s->height, 0, ctx); in rawvideo_read_header()
|
H A D | idcin.c | 174 if (av_image_check_size(width, height, 0, s) < 0) in idcin_read_header()
|
H A D | bethsoftvid.c | 89 ret = av_image_check_size(vid->width, vid->height, 0, s); in vid_read_header()
|
/third_party/ffmpeg/tools/ |
H A D | target_bsf_fuzzer.c | 111 if (av_image_check_size(bsf->par_in->width, bsf->par_in->height, 0, bsf)) in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_sierpinski.c | 145 if (av_image_check_size(s->w, s->h, 0, ctx) < 0) in config_output()
|