Zephyr API 3.6.99
|
Video format structure. More...
#include <video.h>
Data Fields | |
uint32_t | pixelformat |
FourCC pixel format value (Video pixel formats) | |
uint32_t | width |
frame width in pixels. | |
uint32_t | height |
frame height in pixels. | |
uint32_t | pitch |
line stride. | |
Video format structure.
Used to configure frame format.
uint32_t video_format::height |
frame height in pixels.
uint32_t video_format::pitch |
line stride.
This is 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::pixelformat |
FourCC pixel format value (Video pixel formats)
uint32_t video_format::width |
frame width in pixels.