|
Zephyr Project API 4.3.99
A Scalable Open Source RTOS
|
Video format capabilities. More...
#include <video.h>
Data Fields | |
| enum video_buf_type | type |
| type of the buffer | |
| const struct video_format_cap * | format_caps |
| list of video format capabilities (zero terminated). | |
| uint8_t | min_vbuf_count |
| minimal count of video buffers to enqueue before being able to start the stream. | |
| size_t | buf_align |
| requirement on the buffer alignment, in bytes | |
Video format capabilities.
Used to describe video endpoint capabilities.
| size_t video_caps::buf_align |
requirement on the buffer alignment, in bytes
| const struct video_format_cap* video_caps::format_caps |
list of video format capabilities (zero terminated).
| uint8_t video_caps::min_vbuf_count |
minimal count of video buffers to enqueue before being able to start the stream.
| enum video_buf_type video_caps::type |
type of the buffer