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 | 2627 typedef struct AVPicture { struct 2632 } AVPicture; argument 2671 AVPicture pict; 3712 int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height); 3718 void avpicture_free(AVPicture *picture); 3724 int avpicture_fill(AVPicture *picture, const uint8_t *ptr, 3731 int avpicture_layout(const AVPicture *src, enum AVPixelFormat pix_fmt, 3745 void av_picture_copy(AVPicture *dst, const AVPicture *src, 3752 int av_picture_crop(AVPicture *dst, const AVPicture *src, 3759 int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat …
|
D | imgconvert.c | 107 int av_picture_crop(AVPicture *dst, const AVPicture *src, in av_picture_crop() 138 int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, in av_picture_pad()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 817 the ones from the embedded AVPicture. 2155 Change AVPicture.data[4]/linesize[4] to [8] at next major bump.
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 669 Remove all uses of AVPicture 2247 avviddec: Use AVFrame API instead of deprecated AVPicture API
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 109603 ffmpegcolorspace: Include interlacing information in the AVPicture 109604 This later allows to handle interlaced AVPicture different than
|