av_picture_copy   761 ffmpeg.c                   av_picture_copy(picture2, picture, dec->pix_fmt, dec->width, dec->height);
av_picture_copy  3285 libavcodec/avcodec.h void av_picture_copy(AVPicture *dst, const AVPicture *src,
av_picture_copy  2502 libavcodec/imgconvert.c         av_picture_copy(dst, src, dst_pix_fmt, dst_width, dst_height);
av_picture_copy   688 libavcodec/imgresample.c         av_picture_copy(&dst_pict, resampled_picture, current_pix_fmt,
av_picture_copy    75 libavcodec/nuv.c     av_picture_copy((AVPicture *)f, &pic, PIX_FMT_YUV420P, width, height);
av_picture_copy   303 libavcodec/qtrleenc.c     av_picture_copy(&s->previous_frame, (AVPicture *)p, avctx->pix_fmt, avctx->width, avctx->height);
av_picture_copy   183 libavcodec/roqvideodec.c         av_picture_copy((AVPicture*)s->current_frame, (AVPicture*)s->last_frame,
av_picture_copy   382 libavcodec/utils.c     av_picture_copy((AVPicture*)pic, (AVPicture*)&temp_pic, s->pix_fmt, s->width,