![]() |
MMALIB User Guide
|
A structure for a 1 dimensional buffer descriptor.
Definition at line 82 of file MMALIB_bufParams.h.
Data Fields | |
uint32_t | data_type |
Values are of type MMALIB_data_type_e. More... | |
uint32_t | dim_x |
Width of buffer in X dimension in elements. More... | |
uint32_t MMALIB_bufParams1D_t::data_type |
Values are of type MMALIB_data_type_e.
Definition at line 84 of file MMALIB_bufParams.h.
uint32_t MMALIB_bufParams1D_t::dim_x |
Width of buffer in X dimension in elements.
Definition at line 86 of file MMALIB_bufParams.h.