Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Video frame interval enumeration structure. More...
#include <video.h>
Data Fields | ||
uint32_t | index | |
frame interval index during enumeration | ||
const struct video_format * | format | |
video format for which the query is made | ||
enum video_frmival_type | type | |
frame interval type the device supports | ||
union { | ||
struct video_frmival discrete | ||
struct video_frmival_stepwise stepwise | ||
}; | ||
the actual frame interval | ||
Video frame interval enumeration structure.
Used to describe the supported video frame intervals of a given video format.
union { ... } video_frmival_enum |
the actual frame interval
struct video_frmival video_frmival_enum::discrete |
const struct video_format* video_frmival_enum::format |
video format for which the query is made
uint32_t video_frmival_enum::index |
frame interval index during enumeration
struct video_frmival_stepwise video_frmival_enum::stepwise |
enum video_frmival_type video_frmival_enum::type |
frame interval type the device supports