/third_party/ffmpeg/libavcodec/ |
D | pnm.c | 132 av_image_check_size(w, h, 0, avctx) || s->bytestream >= s->bytestream_end) in ff_pnm_decode_header() 176 … if(w <= 0 || h <= 0 || av_image_check_size(w, h, 0, avctx) || s->bytestream >= s->bytestream_end) in ff_pnm_decode_header()
|
D | flvdec.c | 78 if (av_image_check_size(width, height, 0, s->avctx)) in ff_flv_decode_picture_header()
|
D | avrndec.c | 36 if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0) in init()
|
D | screenpresso.c | 70 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in screenpresso_init()
|
D | rv10.c | 233 if (av_image_check_size(new_w, new_h, 0, s->avctx) < 0) in rv20_decode_picture_header() 263 if (av_image_check_size(s->width, s->height, 0, s->avctx) < 0) in rv20_decode_picture_header() 377 if ((ret = av_image_check_size(avctx->coded_width, in rv10_decode_init()
|
D | xsubdec.c | 82 if (av_image_check_size(w, h, 0, avctx) < 0) in decode_frame()
|
D | yop.c | 99 av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in yop_decode_init()
|
D | xwddec.c | 139 if ((ret = av_image_check_size(avctx->width, avctx->height, 0, NULL)) < 0) in xwd_decode_frame()
|
D | eacmv.c | 195 if ((ret = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0) in cmv_decode_frame()
|
D | midivid.c | 239 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in decode_init()
|
D | pictordec.c | 165 if (av_image_check_size(s->width, s->height, 0, avctx) < 0) in decode_frame()
|
D | qtrleenc.c | 81 if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in qtrle_encode_init()
|
D | msvideo1enc.c | 265 if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in encode_init()
|
D | hapenc.c | 241 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in hap_init()
|
D | rscc.c | 75 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in rscc_init()
|
/third_party/ffmpeg/libavutil/tests/ |
D | imgutils.c | 30 int ret = av_image_check_size(x, y, 0, NULL); in main()
|
/third_party/ffmpeg/libavutil/ |
D | imgutils.h | 228 int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *log_ctx);
|
D | imgutils.c | 228 if ((ret = av_image_check_size(w, h, 0, NULL)) < 0) in av_image_alloc() 317 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()
|
/third_party/ffmpeg/libavformat/ |
D | filmstripdec.c | 72 if (av_image_check_size(st->codecpar->width, st->codecpar->height, 0, s) < 0) in read_header()
|
D | v210.c | 54 ret = av_image_check_size(s->width, s->height, 0, ctx); in v210_read_header()
|
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()
|
D | bethsoftvid.c | 89 ret = av_image_check_size(vid->width, vid->height, 0, s); in vid_read_header()
|
D | idcin.c | 173 if (av_image_check_size(width, height, 0, s) < 0) in idcin_read_header()
|
/third_party/ffmpeg/tools/ |
D | target_bsf_fuzzer.c | 112 if (av_image_check_size(bsf->par_in->width, bsf->par_in->height, 0, bsf)) in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_sierpinski.c | 158 if (av_image_check_size(s->w, s->h, 0, ctx) < 0) in config_output()
|