avpicture_get_size  743 ffmpeg.c               size = avpicture_get_size(dec->pix_fmt, dec->width, dec->height);
avpicture_get_size 2682 libavcodec/avcodec.h int avpicture_get_size(int pix_fmt, int width, int height);
avpicture_get_size  726 libavcodec/imgconvert.c     int size = avpicture_get_size(pix_fmt, width, height);
avpicture_get_size 2088 libavcodec/imgconvert.c     size = avpicture_get_size(pix_fmt, width, height);
avpicture_get_size  629 libavcodec/imgresample.c             size = avpicture_get_size(PIX_FMT_YUV420P, ctx->resampling_ctx->iwidth, ctx->resampling_ctx->iheight);
avpicture_get_size  655 libavcodec/imgresample.c             size = avpicture_get_size(PIX_FMT_YUV420P, ctx->resampling_ctx->owidth, ctx->resampling_ctx->oheight);
avpicture_get_size  137 libavcodec/libdiracdec.c             pict_size = avpicture_get_size(avccontext->pix_fmt,
avpicture_get_size  163 libavcodec/libdiracenc.c     p_dirac_params->frame_size = avpicture_get_size(avccontext->pix_fmt,
avpicture_get_size  142 libavcodec/libschroedingerenc.c     p_schro_params->frame_size = avpicture_get_size(avccontext->pix_fmt,
avpicture_get_size   70 libavcodec/pnm_parser.c             + avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
avpicture_get_size  169 libavcodec/pnmenc.c     if(buf_size < avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height) + 200){
avpicture_get_size  256 libavcodec/pnmenc.c     if(buf_size < avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height) + 200){
avpicture_get_size   79 libavcodec/rawdec.c     context->length = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
avpicture_get_size   86 libavcodec/targaenc.c     picsize = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
avpicture_get_size  130 libavdevice/libdc1394.c     dc1394->packet.size = avpicture_get_size(fmt->pix_fmt, fmt->width, fmt->height);
avpicture_get_size  574 libavdevice/v4l2.c     s->frame_size = avpicture_get_size(st->codec->pix_fmt, width, height);
avpicture_get_size  163 libavformat/raw.c     packet_size = avpicture_get_size(st->codec->pix_fmt, width, height);
avpicture_get_size  360 libavformat/yuv4mpeg.c     packet_size = avpicture_get_size(st->codec->pix_fmt, width, height);
avpicture_get_size  242 output_example.c     size = avpicture_get_size(pix_fmt, width, height);
avpicture_get_size  345 vhook/fish.c                   size = avpicture_get_size(PIX_FMT_RGB24, width, height);
avpicture_get_size   71 vhook/null.c           size = avpicture_get_size(PIX_FMT_RGB24, width, height);
avpicture_get_size  254 vhook/ppm.c            int size = avpicture_get_size(PIX_FMT_RGB24, width, height);
avpicture_get_size  306 vhook/ppm.c            int size = avpicture_get_size(PIX_FMT_RGB24, out_width, out_height);
avpicture_get_size  212 vhook/watermark.c         size = avpicture_get_size(PIX_FMT_RGB32, src_width, src_height);
avpicture_get_size  343 vhook/watermark.c         size = avpicture_get_size(PIX_FMT_RGB32, src_width, src_height);
avpicture_get_size  574 vhook/watermark.c         ci->numBytes = avpicture_get_size(PIX_FMT_RGB32, ci->pCodecCtx->width,