Home
last modified time | relevance | path

Searched refs:av_image_check_size (Results 1 - 25 of 63) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Dpnm.c141 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 Davrndec.c37 if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0) in init()
H A Dflvdec.c79 if (av_image_check_size(width, height, 0, s->avctx)) in ff_flv_decode_picture_header()
H A Dscreenpresso.c71 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in screenpresso_init()
H A Dxsubdec.c83 if (av_image_check_size(w, h, 0, avctx) < 0) in decode_frame()
H A Drv10.c235 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 Dyop.c100 av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in yop_decode_init()
H A Dhapenc.c236 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in hap_init()
H A Dmidivid.c239 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx); in decode_init()
H A Deacmv.c194 if ((ret = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0) in cmv_decode_frame()
H A Dxwddec.c139 if ((ret = av_image_check_size(avctx->width, avctx->height, 0, NULL)) < 0) in xwd_decode_frame()
H A Dmsvideo1enc.c274 if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in encode_init()
H A Dpictordec.c163 if (av_image_check_size(s->width, s->height, 0, avctx) < 0) in decode_frame()
H A Dqtrleenc.c82 if (av_image_check_size(avctx->width, avctx->height, 0, avctx) < 0) { in qtrle_encode_init()
/third_party/ffmpeg/libavutil/
H A Dimgutils.c230 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 Dimgutils.h248 int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *log_ctx);
/third_party/ffmpeg/libavutil/tests/
H A Dimgutils.c30 int ret = av_image_check_size(x, y, 0, NULL); in main()
/third_party/ffmpeg/libavformat/
H A Dfilmstripdec.c72 if (av_image_check_size(st->codecpar->width, st->codecpar->height, 0, s) < 0) in read_header()
H A Dv210.c54 ret = av_image_check_size(s->width, s->height, 0, ctx); in v210_read_header()
H A 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()
H A Drawvideodec.c68 ret = av_image_check_size(s->width, s->height, 0, ctx); in rawvideo_read_header()
H A Didcin.c174 if (av_image_check_size(width, height, 0, s) < 0) in idcin_read_header()
H A Dbethsoftvid.c89 ret = av_image_check_size(vid->width, vid->height, 0, s); in vid_read_header()
/third_party/ffmpeg/tools/
H A Dtarget_bsf_fuzzer.c111 if (av_image_check_size(bsf->par_in->width, bsf->par_in->height, 0, bsf)) in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavfilter/
H A Dvsrc_sierpinski.c145 if (av_image_check_size(s->w, s->h, 0, ctx) < 0) in config_output()

Completed in 13 milliseconds

123