Searched refs:AVPicture (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | avpicture.c | 37 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()
|
D | avcodec.h | 2655 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 …
|
D | imgconvert.c | 109 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/ |
D | APIchanges | 945 the ones from the embedded AVPicture. 2283 Change AVPicture.data[4]/linesize[4] to [8] at next major bump.
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 1696 Remove all uses of AVPicture 3274 avviddec: Use AVFrame API instead of deprecated AVPicture API
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 122614 ffmpegcolorspace: Include interlacing information in the AVPicture 122615 This later allows to handle interlaced AVPicture different than
|