My Project
Public Attributes
MMAL_PARAMETER_BUFFER_REQUIREMENTS_T Struct Reference

#include <mmal_parameters_common.h>

List of all members.

Public Attributes

MMAL_PARAMETER_HEADER_T hdr
uint32_t buffer_num_min
uint32_t buffer_size_min
uint32_t buffer_alignment_min
uint32_t buffer_num_recommended
uint32_t buffer_size_recommended

Detailed Description

Buffer requirements parameter. This is mainly used to increase the requirements of a component.


Member Data Documentation

Minimum alignment requirement for the buffers. A value of zero means no special alignment requirements.

Minimum number of buffers the port requires

Number of buffers the port recommends for optimal performance. A value of zero means no special recommendation.

Minimum size of buffers the port requires

Size of buffers the port recommends for optimal performance. A value of zero means no special recommendation.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines