MMAL_3-15-2015
MMAL_BUFFER_HEADER_VIDEO_SPECIFIC_T Struct Reference

#include <mmal_buffer.h>

Public Attributes

uint32_t planes
 
uint32_t offset [4]
 
uint32_t pitch [4]
 
uint32_t flags
 

Detailed Description

Specific data associated with video frames

Member Data Documentation

uint32_t MMAL_BUFFER_HEADER_VIDEO_SPECIFIC_T::flags

Flags describing video specific properties of a buffer header (see Video buffer header flags)

uint32_t MMAL_BUFFER_HEADER_VIDEO_SPECIFIC_T::offset[4]

Offsets to the different planes. These must point within the payload buffer

uint32_t MMAL_BUFFER_HEADER_VIDEO_SPECIFIC_T::pitch[4]

Pitch (size in bytes of a line of a plane) of the different planes

uint32_t MMAL_BUFFER_HEADER_VIDEO_SPECIFIC_T::planes

Number of planes composing the video frame


The documentation for this struct was generated from the following file: