Searched defs:v4l2_frmivalenum (Results 1 – 1 of 1) sorted by relevance
450 struct v4l2_frmivalenum { struct451 __u32 index; /* Frame format index */452 __u32 pixel_format; /* Pixel format */453 __u32 width; /* Frame width */454 __u32 height; /* Frame height */455 __u32 type; /* Frame interval type the device supports. */457 union { /* Frame interval */460 } x;462 __u32 reserved[2]; /* Reserved space for future use */