My Project
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

Definition at line 44 of file mmal_buffer.h.

Member Data Documentation

◆ flags

uint32_t MMAL_BUFFER_HEADER_VIDEO_SPECIFIC_T::flags

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

Definition at line 50 of file mmal_buffer.h.

◆ offset

uint32_t MMAL_BUFFER_HEADER_VIDEO_SPECIFIC_T::offset[4]

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

Definition at line 46 of file mmal_buffer.h.

◆ pitch

uint32_t MMAL_BUFFER_HEADER_VIDEO_SPECIFIC_T::pitch[4]

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

Definition at line 48 of file mmal_buffer.h.

◆ planes

uint32_t MMAL_BUFFER_HEADER_VIDEO_SPECIFIC_T::planes

Number of planes composing the video frame

Definition at line 45 of file mmal_buffer.h.


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