avpicture_fill   1782 ffmpeg.c               avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height);
avpicture_fill   4788 libavcodec/avcodec.h int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
avpicture_fill     79 libavcodec/nuv.c     avpicture_fill(&pic, src, AV_PIX_FMT_YUV420P, width, height);
avpicture_fill    267 libavcodec/rawdec.c     if ((res = avpicture_fill(picture, buf, avctx->pix_fmt,
avpicture_fill    325 libavdevice/sdl.c     avpicture_fill(&pict, pkt->data, encctx->pix_fmt, encctx->width, encctx->height);
avpicture_fill    326 libavdevice/xv.c     avpicture_fill(&pict, pkt->data, ctx->pix_fmt, ctx->width, ctx->height);