![]() |
DSPLIB User Guide
|
A structure for a 2 dimensional buffer descriptor.
Definition at line 78 of file DSPLIB_bufParams.h.
Data Fields | |
| uint32_t | data_type |
| Values are of type DSPLIB_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 DSPLIB_bufParams2D_t::data_type |
Values are of type DSPLIB_data_type_e.
Definition at line 79 of file DSPLIB_bufParams.h.
| uint32_t DSPLIB_bufParams2D_t::dim_x |
Width of buffer in X dimension in elements.
Definition at line 81 of file DSPLIB_bufParams.h.
| uint32_t DSPLIB_bufParams2D_t::dim_y |
Height of buffer in Y dimension in elements.
Definition at line 82 of file DSPLIB_bufParams.h.
| int32_t DSPLIB_bufParams2D_t::stride_y |
Stride in Y dimension in bytes.
Definition at line 84 of file DSPLIB_bufParams.h.