TUT HEVC Encoder
Loading...
Searching...
No Matches
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.
 
uint32_t len
 Number of bytes filled in this chunk.
 
struct kvz_data_chunknext
 Next chunk in the list.
 

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: