Lines Matching defs:Picture
44 * Picture.
46 typedef struct Picture {
87 int needs_realloc; ///< Picture needs to be reallocated (eg due to a frame size change)
93 } Picture;
96 * Allocate a Picture.
99 int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me,
108 int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src);
109 void ff_mpeg_unref_picture(AVCodecContext *avctx, Picture *picture);
111 void ff_mpv_picture_free(AVCodecContext *avctx, Picture *pic);
112 int ff_update_picture_tables(Picture *dst, const Picture *src);
114 int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared);