TUT HEVC Encoder
Data Fields
kvz_data_chunk Struct Reference

A linked list of chunks of data. More...

#include <kvazaar.h>

Collaboration diagram for kvz_data_chunk:

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_chunknext
 Next chunk in the list. More...
 

Detailed Description

Used for returning the encoded data.

Field Documentation

◆ data

uint8_t kvz_data_chunk::data[4096]

◆ len

uint32_t kvz_data_chunk::len

◆ next

struct kvz_data_chunk* kvz_data_chunk::next

The documentation for this struct was generated from the following file: