|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
video format structure More...
#include <video.h>
Data Fields | |
| uint32_t | pixelformat |
| uint32_t | width |
| uint32_t | height |
| uint32_t | pitch |
video format structure
Used to configure frame format.
| pixelformat | is the fourcc pixel format value. |
| width | is the frame width in pixels. |
| height | is the frame height in pixels. |
| pitch | is 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). |
| uint32_t video_format::height |
| uint32_t video_format::pitch |
| uint32_t video_format::pixelformat |
| uint32_t video_format::width |