|
TUT HEVC Encoder
|
Functions | |
| videoframe_t * | kvz_videoframe_alloc (int32_t width, int32_t height, enum kvz_chroma_format chroma_format) |
| Allocate new frame. | |
| int | kvz_videoframe_free (videoframe_t *const frame) |
| Free memory allocated to frame. | |
| void | kvz_videoframe_set_poc (videoframe_t *const frame, const int32_t poc) |
| 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 *const | frame, |
| const int32_t | poc | ||
| ) |