Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
video_format Struct Reference

video format structure More...

#include <video.h>

Data Fields

uint32_t pixelformat
 
uint32_t width
 
uint32_t height
 
uint32_t pitch
 

Detailed Description

video format structure

Used to configure frame format.

Parameters
pixelformatis the fourcc pixel format value.
widthis the frame width in pixels.
heightis the frame height in pixels.
pitchis the line stride, the number of bytes that needs to be added to the address in the first pixel of a row in order to go to the address of the first pixel of the next row (>=width).

Field Documentation

◆ height

uint32_t video_format::height

◆ pitch

uint32_t video_format::pitch

◆ pixelformat

uint32_t video_format::pixelformat

◆ width

uint32_t video_format::width

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