Home
last modified time | relevance | path

Searched refs:AVPicture (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Davpicture.c37 int avpicture_fill(AVPicture *picture, const uint8_t *ptr, in avpicture_fill()
44 int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height, in avpicture_layout()
57 int avpicture_alloc(AVPicture *picture, in avpicture_alloc()
63 memset(picture, 0, sizeof(AVPicture)); in avpicture_alloc()
70 void avpicture_free(AVPicture *picture) in avpicture_free()
75 void av_picture_copy(AVPicture *dst, const AVPicture *src, in av_picture_copy()
Davcodec.h2655 typedef struct AVPicture { struct
2660 } AVPicture; typedef
2699 AVPicture pict;
3751 int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height);
3757 void avpicture_free(AVPicture *picture);
3763 int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
3770 int avpicture_layout(const AVPicture *src, enum AVPixelFormat pix_fmt,
3784 void av_picture_copy(AVPicture *dst, const AVPicture *src,
3791 int av_picture_crop(AVPicture *dst, const AVPicture *src,
3798 int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat …
Dimgconvert.c109 int av_picture_crop(AVPicture *dst, const AVPicture *src, in av_picture_crop()
140 int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, in av_picture_pad()
/third_party/ffmpeg/doc/
DAPIchanges945 the ones from the embedded AVPicture.
2283 Change AVPicture.data[4]/linesize[4] to [8] at next major bump.
/third_party/gstreamer/gst_libav/
DChangeLog1696 Remove all uses of AVPicture
3274 avviddec: Use AVFrame API instead of deprecated AVPicture API
/third_party/gstreamer/gstplugins_base/
DChangeLog122614 ffmpegcolorspace: Include interlacing information in the AVPicture
122615 This later allows to handle interlaced AVPicture different than