vpx_fixed_buf Struct Reference
[Encoder Algorithm Interface]
Generic fixed size buffer structure. More...
#include <vpx_encoder.h>
Data Fields |
|
| void * | buf |
| size_t | sz |
Detailed Description
Generic fixed size buffer structure.
This structure is able to hold a reference to any fixed size buffer.
Field Documentation
| void* vpx_fixed_buf::buf |
Pointer to the data
| size_t vpx_fixed_buf::sz |
Length of the buffer, in chars
The documentation for this struct was generated from the following file:
- vpx/vpx_encoder.h
Generated on Fri May 11 11:24:51 2012 for WebM VP8 Codec SDK by
1.6.3


