TUT HEVC Encoder
|
A linked list of chunks of data. More...
#include <kvazaar.h>
Data Fields | |
uint8_t | data [4096] |
Buffer for the data. More... | |
uint32_t | len |
Number of bytes filled in this chunk. More... | |
struct kvz_data_chunk * | next |
Next chunk in the list. More... | |
Used for returning the encoded data.
uint8_t kvz_data_chunk::data[4096] |
uint32_t kvz_data_chunk::len |
struct kvz_data_chunk* kvz_data_chunk::next |