Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
video format capability More...
#include <video.h>
Data Fields | |
uint32_t | pixelformat |
uint32_t | width_min |
uint32_t | width_max |
uint32_t | height_min |
uint32_t | height_max |
uint16_t | width_step |
uint16_t | height_step |
video format capability
Used to describe a video endpoint format capability.
pixelformat | is a list of supported pixel formats (0 terminated). |
width_min | is the minimum supported frame width. |
width_max | is the maximum supported frame width. |
height_min | is the minimum supported frame width. |
height_max | is the maximum supported frame width. |
width_step | is the width step size. |
height_step | is the height step size. |
uint32_t video_format_cap::height_max |
uint32_t video_format_cap::height_min |
uint16_t video_format_cap::height_step |
uint32_t video_format_cap::pixelformat |
uint32_t video_format_cap::width_max |
uint32_t video_format_cap::width_min |
uint16_t video_format_cap::width_step |