Generic fixed size buffer structure. More...

Public Attributes

void * buf
 Pointer to the data. More...
 
size_t sz
 Length of the buffer, in chars. More...
 

Detailed Description

Generic fixed size buffer structure.

This structure is able to hold a reference to any fixed size buffer.

Member Data Documentation

◆ buf

void * vpx_fixed_buf::buf

Pointer to the data.

◆ sz

size_t vpx_fixed_buf::sz

Length of the buffer, in chars.