TUT HEVC Encoder
|
Container for the frame currently being encoded. More...
Go to the source code of this file.
Data Structures | |
struct | videoframe |
Struct which contains all picture data. More... | |
Typedefs | |
typedef struct videoframe | videoframe_t |
Struct which contains all picture data. More... | |
Functions | |
videoframe_t * | kvz_videoframe_alloc (int32_t width, int32_t height, enum kvz_chroma_format chroma_format) |
Allocate new frame. More... | |
int | kvz_videoframe_free (videoframe_t *const frame) |
Free memory allocated to frame. More... | |
void | kvz_videoframe_set_poc (videoframe_t *frame, int32_t poc) |
typedef struct videoframe videoframe_t |
videoframe_t * kvz_videoframe_alloc | ( | int32_t | width, |
int32_t | height, | ||
enum kvz_chroma_format | chroma_format | ||
) |
pic | picture pointer |
int kvz_videoframe_free | ( | videoframe_t *const | frame | ) |
pic | picture pointer |
void kvz_videoframe_set_poc | ( | videoframe_t * | frame, |
int32_t | poc | ||
) |