Home
last modified time | relevance | path

Searched refs:av_image_check_size (Results 1 – 25 of 61) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dpnm.c132 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()
Dflvdec.c78 if (av_image_check_size(width, height, 0, s->avctx)) in ff_flv_decode_picture_header()
Davrndec.c36 if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0) in init()
Dscreenpresso.c70 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in screenpresso_init()
Drv10.c233 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()
Dxsubdec.c82 if (av_image_check_size(w, h, 0, avctx) < 0) in decode_frame()
Dyop.c99 av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in yop_decode_init()
Dxwddec.c139 if ((ret = av_image_check_size(avctx->width, avctx->height, 0, NULL)) < 0) in xwd_decode_frame()
Deacmv.c195 if ((ret = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0) in cmv_decode_frame()
Dmidivid.c239 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in decode_init()
Dpictordec.c165 if (av_image_check_size(s->width, s->height, 0, avctx) < 0) in decode_frame()
Dqtrleenc.c81 if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in qtrle_encode_init()
Dmsvideo1enc.c265 if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in encode_init()
Dhapenc.c241 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in hap_init()
Drscc.c75 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in rscc_init()
/third_party/ffmpeg/libavutil/tests/
Dimgutils.c30 int ret = av_image_check_size(x, y, 0, NULL); in main()
/third_party/ffmpeg/libavutil/
Dimgutils.h228 int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *log_ctx);
Dimgutils.c228 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/
Dfilmstripdec.c72 if (av_image_check_size(st->codecpar->width, st->codecpar->height, 0, s) < 0) in read_header()
Dv210.c54 ret = av_image_check_size(s->width, s->height, 0, ctx); in v210_read_header()
Dapngdec.c96 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()
Dbethsoftvid.c89 ret = av_image_check_size(vid->width, vid->height, 0, s); in vid_read_header()
Didcin.c173 if (av_image_check_size(width, height, 0, s) < 0) in idcin_read_header()
/third_party/ffmpeg/tools/
Dtarget_bsf_fuzzer.c112 if (av_image_check_size(bsf->par_in->width, bsf->par_in->height, 0, bsf)) in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavfilter/
Dvsrc_sierpinski.c158 if (av_image_check_size(s->w, s->h, 0, ctx) < 0) in config_output()

123