D | avpicture.c | 38 enum AVPixelFormat pix_fmt, int width, int height) in avpicture_fill() argument 41 ptr, pix_fmt, width, height, 1); in avpicture_fill() 44 int avpicture_layout(const AVPicture* src, enum AVPixelFormat pix_fmt, int width, int height, in avpicture_layout() argument 49 pix_fmt, width, height, 1); in avpicture_layout() 52 int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height) in avpicture_get_size() argument 54 return av_image_get_buffer_size(pix_fmt, width, height, 1); in avpicture_get_size() 58 enum AVPixelFormat pix_fmt, int width, int height) in avpicture_alloc() argument 61 width, height, pix_fmt, 1); in avpicture_alloc() 76 enum AVPixelFormat pix_fmt, int width, int height) in av_picture_copy() argument 79 src->linesize, pix_fmt, width, height); in av_picture_copy()
|