Searched defs:v4l2_frmivalenum (Results 1 – 1 of 1) sorted by relevance
863 struct v4l2_frmivalenum { struct864 __u32 index; /* Frame format index */865 __u32 pixel_format; /* Pixel format */866 __u32 width; /* Frame width */867 __u32 height; /* Frame height */868 __u32 type; /* Frame interval type the device supports. */870 union { /* Frame interval */875 __u32 reserved[2]; /* Reserved space for future use */
Completed in 18 milliseconds