av_image_check_size2 1861 libavcodec/decode.c         if ((ret = av_image_check_size2(FFALIGN(avctx->width, STRIDE_ALIGN), avctx->height, avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx)) < 0 || avctx->pix_fmt<0) {
av_image_check_size2 1185 libavcodec/dvbsubdec.c     ret = av_image_check_size2(region->width, region->height, avctx->max_pixels, AV_PIX_FMT_PAL8, 0, avctx);
av_image_check_size2  285 libavcodec/encode.c     if (av_image_check_size2(avctx->width, avctx->height, avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx))
av_image_check_size2 1470 libavcodec/g2meet.c                 av_image_check_size2(c->tile_width, c->tile_height, avctx->max_pixels, avctx->pix_fmt, 0, avctx) < 0
av_image_check_size2  183 libavcodec/indeo4.c     if (av_image_check_size2(pic_conf.pic_width, pic_conf.pic_height, avctx->max_pixels, AV_PIX_FMT_YUV410P, 0, avctx) < 0) {
av_image_check_size2  314 libavcodec/ivi.c     if (av_image_check_size2(cfg->pic_width, cfg->pic_height, avctx->max_pixels, AV_PIX_FMT_YUV410P, 0, avctx) < 0 ||
av_image_check_size2  293 libavcodec/jpeg2000dec.c     if (av_image_check_size2(s->width, s->height, s->avctx->max_pixels, AV_PIX_FMT_NONE, 0, s->avctx)) {
av_image_check_size2   72 libavcodec/mpegpicture.c     if (av_image_check_size2(alloc_size, EMU_EDGE_HEIGHT, avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx) < 0)
av_image_check_size2   95 libavcodec/pafvideo.c     ret = av_image_check_size2(avctx->width, FFALIGN(avctx->height, 256), avctx->max_pixels, avctx->pix_fmt, 0, avctx);
av_image_check_size2  106 libavcodec/utils.c     int ret = av_image_check_size2(width, height, s->max_pixels, AV_PIX_FMT_NONE, 0, s);
av_image_check_size2  639 libavcodec/utils.c         && (  av_image_check_size2(avctx->coded_width, avctx->coded_height, avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx) < 0
av_image_check_size2  640 libavcodec/utils.c            || av_image_check_size2(avctx->width,       avctx->height,       avctx->max_pixels, AV_PIX_FMT_NONE, 0, avctx) < 0)) {
av_image_check_size2  281 libavfilter/avfiltergraph.c                 ret = av_image_check_size2(l->w, l->h, INT64_MAX, l->format, 0, f);
av_image_check_size2   74 libavfilter/framepool.c     if ((ret = av_image_check_size2(width, height, INT64_MAX, format, 0, NULL)) < 0) {
av_image_check_size2  284 libavutil/imgutils.c     return av_image_check_size2(w, h, INT64_MAX, AV_PIX_FMT_NONE, log_offset, log_ctx);
av_image_check_size2  229 libavutil/imgutils.h int av_image_check_size2(unsigned int w, unsigned int h, int64_t max_pixels, enum AVPixelFormat pix_fmt, int log_offset, void *log_ctx);