#include <stdint.h>#include "avcodec.h"Go to the source code of this file.
Functions | |
| attribute_deprecated int | ff_fill_linesize (AVPicture *picture, enum PixelFormat pix_fmt, int width) |
| attribute_deprecated int | ff_fill_pointer (AVPicture *picture, uint8_t *ptr, enum PixelFormat pix_fmt, int height) |
| attribute_deprecated int | ff_get_plane_bytewidth (enum PixelFormat pix_fmt, int width, int plane) |
| attribute_deprecated int | ff_set_systematic_pal (uint32_t pal[256], enum PixelFormat pix_fmt) |
| attribute_deprecated int ff_fill_linesize | ( | AVPicture * | picture, | |
| enum PixelFormat | pix_fmt, | |||
| int | width | |||
| ) |
Definition at line 449 of file imgconvert.c.
| attribute_deprecated int ff_fill_pointer | ( | AVPicture * | picture, | |
| uint8_t * | ptr, | |||
| enum PixelFormat | pix_fmt, | |||
| int | height | |||
| ) |
Definition at line 454 of file imgconvert.c.
| attribute_deprecated int ff_get_plane_bytewidth | ( | enum PixelFormat | pix_fmt, | |
| int | width, | |||
| int | plane | |||
| ) |
Definition at line 713 of file imgconvert.c.
| attribute_deprecated int ff_set_systematic_pal | ( | uint32_t | pal[256], | |
| enum PixelFormat | pix_fmt | |||
| ) |
Definition at line 445 of file imgconvert.c.
1.5.8