Zephyr API 3.6.99
|
Video format capability. More...
#include <video.h>
Data Fields | |
uint32_t | pixelformat |
FourCC pixel format value (Video pixel formats). | |
uint32_t | width_min |
minimum supported frame width in pixels. | |
uint32_t | width_max |
maximum supported frame width in pixels. | |
uint32_t | height_min |
minimum supported frame height in pixels. | |
uint32_t | height_max |
maximum supported frame height in pixels. | |
uint16_t | width_step |
width step size in pixels. | |
uint16_t | height_step |
height step size in pixels. | |
Video format capability.
Used to describe a video endpoint format capability.
uint32_t video_format_cap::height_max |
maximum supported frame height in pixels.
uint32_t video_format_cap::height_min |
minimum supported frame height in pixels.
uint16_t video_format_cap::height_step |
height step size in pixels.
uint32_t video_format_cap::pixelformat |
FourCC pixel format value (Video pixel formats).
uint32_t video_format_cap::width_max |
maximum supported frame width in pixels.
uint32_t video_format_cap::width_min |
minimum supported frame width in pixels.
uint16_t video_format_cap::width_step |
width step size in pixels.