Functions for working with AVPicture.
Подробнее...
|
attribute_deprecated int | avpicture_alloc (AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height) |
|
attribute_deprecated void | avpicture_free (AVPicture *picture) |
|
attribute_deprecated int | avpicture_fill (AVPicture *picture, const uint8_t *ptr, enum AVPixelFormat pix_fmt, int width, int height) |
|
attribute_deprecated int | avpicture_layout (const AVPicture *src, enum AVPixelFormat pix_fmt, int width, int height, unsigned char *dest, int dest_size) |
|
attribute_deprecated int | avpicture_get_size (enum AVPixelFormat pix_fmt, int width, int height) |
|
attribute_deprecated void | av_picture_copy (AVPicture *dst, const AVPicture *src, enum AVPixelFormat pix_fmt, int width, int height) |
|
attribute_deprecated int | av_picture_crop (AVPicture *dst, const AVPicture *src, enum AVPixelFormat pix_fmt, int top_band, int left_band) |
|
attribute_deprecated int | av_picture_pad (AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt, int padtop, int padbottom, int padleft, int padright, int *color) |
|
Functions for working with AVPicture.
◆ AVPicture
◆ avpicture_alloc()
attribute_deprecated int avpicture_alloc |
( |
AVPicture * |
picture, |
|
|
enum AVPixelFormat |
pix_fmt, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ avpicture_free()
◆ avpicture_fill()
◆ avpicture_layout()
attribute_deprecated int avpicture_layout |
( |
const AVPicture * |
src, |
|
|
enum AVPixelFormat |
pix_fmt, |
|
|
int |
width, |
|
|
int |
height, |
|
|
unsigned char * |
dest, |
|
|
int |
dest_size |
|
) |
| |
◆ avpicture_get_size()
attribute_deprecated int avpicture_get_size |
( |
enum AVPixelFormat |
pix_fmt, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ av_picture_copy()
◆ av_picture_crop()
◆ av_picture_pad()
attribute_deprecated int av_picture_pad |
( |
AVPicture * |
dst, |
|
|
const AVPicture * |
src, |
|
|
int |
height, |
|
|
int |
width, |
|
|
enum AVPixelFormat |
pix_fmt, |
|
|
int |
padtop, |
|
|
int |
padbottom, |
|
|
int |
padleft, |
|
|
int |
padright, |
|
|
int * |
color |
|
) |
| |