av_image_get_buffer_size 118 doc/examples/hw_decode.c size = av_image_get_buffer_size(tmp_frame->format, tmp_frame->width, av_image_get_buffer_size 54 libavcodec/avpicture.c return av_image_get_buffer_size(pix_fmt, width, height, 1); av_image_get_buffer_size 310 libavcodec/mfenc.c size = av_image_get_buffer_size(avctx->pix_fmt, avctx->width, avctx->height, 1); av_image_get_buffer_size 776 libavcodec/omx.c int image_buffer_size = av_image_get_buffer_size(avctx->pix_fmt, s->stride, s->plane_size, 1); av_image_get_buffer_size 113 libavcodec/pnm_parser.c + av_image_get_buffer_size(avctx->pix_fmt, avctx->width, avctx->height, 1); av_image_get_buffer_size 33 libavcodec/pnmenc.c int size = av_image_get_buffer_size(avctx->pix_fmt, av_image_get_buffer_size 252 libavcodec/qsvdec.c q->pool = av_buffer_pool_init(av_image_get_buffer_size(avctx->pix_fmt, av_image_get_buffer_size 218 libavcodec/rawdec.c context->frame_size = av_image_get_buffer_size(avctx->pix_fmt, av_image_get_buffer_size 222 libavcodec/rawdec.c context->frame_size = av_image_get_buffer_size(avctx->pix_fmt, av_image_get_buffer_size 227 libavcodec/rawdec.c context->frame_size = av_image_get_buffer_size(avctx->pix_fmt, avctx->width, av_image_get_buffer_size 55 libavcodec/rawenc.c int ret = av_image_get_buffer_size(frame->format, av_image_get_buffer_size 92 libavcodec/targaenc.c picsize = av_image_get_buffer_size(avctx->pix_fmt, av_image_get_buffer_size 193 libavcodec/vble.c ctx->size = av_image_get_buffer_size(avctx->pix_fmt, av_image_get_buffer_size 423 libavdevice/android_camera.c pkt_buffer_size = av_image_get_buffer_size(ctx->image_format, ctx->width, ctx->height, 32); av_image_get_buffer_size 438 libavdevice/lavfi.c size = av_image_get_buffer_size(frame->format, frame->width, frame->height, 1); av_image_get_buffer_size 156 libavdevice/libdc1394.c dc1394->size = av_image_get_buffer_size(fmt->pix_fmt, av_image_get_buffer_size 949 libavdevice/v4l2.c s->frame_size = av_image_get_buffer_size(st->codecpar->format, av_image_get_buffer_size 79 libavdevice/v4l2enc.c fmt.fmt.pix.sizeimage = av_image_get_buffer_size(par->format, par->width, par->height, 1); av_image_get_buffer_size 84 libavformat/frmdec.c packet_size = av_image_get_buffer_size(par->format, par->width, par->height, 1); av_image_get_buffer_size 63 libavformat/rawvideodec.c packet_size = av_image_get_buffer_size(st->codecpar->format, s->width, s->height, 1); av_image_get_buffer_size 90 libavformat/serdec.c packet_size = av_image_get_buffer_size(st->codecpar->format, ser->width, ser->height, 1); av_image_get_buffer_size 277 libavformat/yuv4mpegdec.c s->packet_size = av_image_get_buffer_size(st->codecpar->format, width, height, 1) + Y4M_FRAME_MAGIC_LEN; av_image_get_buffer_size 146 libavutil/hwcontext_cuda.c int size = av_image_get_buffer_size(ctx->sw_format, ctx->width, ctx->height, CUDA_FRAME_ALIGNMENT); av_image_get_buffer_size 460 libavutil/imgutils.c int size = av_image_get_buffer_size(pix_fmt, width, height, align); av_image_get_buffer_size 181 libavutil/imgutils.h int av_image_get_buffer_size(enum AVPixelFormat pix_fmt, int width, int height, int align); av_image_get_buffer_size 143 tests/api/api-band-test.c byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 32); av_image_get_buffer_size 100 tests/api/api-h264-test.c byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 16); av_image_get_buffer_size 87 tests/api/api-seek-test.c byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 16);