My Project
MMAL_VIDEO_FORMAT_T Struct Reference

#include <mmal_format.h>

Public Attributes

uint32_t width
 
uint32_t height
 
MMAL_RECT_T crop
 
MMAL_RATIONAL_T frame_rate
 
MMAL_RATIONAL_T par
 
MMAL_FOURCC_T color_space
 

Detailed Description

Definition of a video format. This describes the properties specific to a video stream

Definition at line 54 of file mmal_format.h.

Member Data Documentation

◆ color_space

MMAL_FOURCC_T MMAL_VIDEO_FORMAT_T::color_space

FourCC specifying the color space of the video stream. See the pre-defined color spaces for some examples.

Definition at line 62 of file mmal_format.h.

◆ crop

MMAL_RECT_T MMAL_VIDEO_FORMAT_T::crop

Visible region of the frame

Definition at line 58 of file mmal_format.h.

◆ frame_rate

MMAL_RATIONAL_T MMAL_VIDEO_FORMAT_T::frame_rate

Frame rate

Definition at line 59 of file mmal_format.h.

◆ height

uint32_t MMAL_VIDEO_FORMAT_T::height

Height of frame in rows of pixels

Definition at line 57 of file mmal_format.h.

◆ par

MMAL_RATIONAL_T MMAL_VIDEO_FORMAT_T::par

Pixel aspect ratio

Definition at line 60 of file mmal_format.h.

◆ width

uint32_t MMAL_VIDEO_FORMAT_T::width

Width of frame in pixels

Definition at line 56 of file mmal_format.h.


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