![]() |
MMALIB User Guide
|
A structure for a 2 dimensional buffer descriptor.
Definition at line 91 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 | dim_y |
Height of buffer in Y dimension in elements. More... | |
int32_t | stride_y |
Stride in Y dimension in bytes. More... | |
uint32_t MMALIB_bufParams2D_t::data_type |
Values are of type MMALIB_data_type_e.
Definition at line 93 of file MMALIB_bufParams.h.
uint32_t MMALIB_bufParams2D_t::dim_x |
Width of buffer in X dimension in elements.
Definition at line 95 of file MMALIB_bufParams.h.
uint32_t MMALIB_bufParams2D_t::dim_y |
Height of buffer in Y dimension in elements.
Definition at line 96 of file MMALIB_bufParams.h.
int32_t MMALIB_bufParams2D_t::stride_y |
Stride in Y dimension in bytes.
Definition at line 98 of file MMALIB_bufParams.h.