MMALIB User Guide
MMALIB_bufParams1D_t Struct Reference

Detailed Description

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...
 

Field Documentation

◆ data_type

uint32_t MMALIB_bufParams1D_t::data_type

Values are of type MMALIB_data_type_e.

Definition at line 84 of file MMALIB_bufParams.h.

◆ dim_x

uint32_t MMALIB_bufParams1D_t::dim_x

Width of buffer in X dimension in elements.

Definition at line 86 of file MMALIB_bufParams.h.