Searched defs:v4l2_frmivalenum (Results 1 – 3 of 3) sorted by relevance
499 struct v4l2_frmivalenum { struct500 __u32 index; /* Frame format index */501 __u32 pixel_format; /* Pixel format */502 __u32 width; /* Frame width */503 __u32 height; /* Frame height */504 __u32 type; /* Frame interval type the device supports. */506 union { /* Frame interval */511 __u32 reserved[2]; /* Reserved space for future use */
523 struct v4l2_frmivalenum { struct524 __u32 index; /* Frame format index */525 __u32 pixel_format; /* Pixel format */526 __u32 width; /* Frame width */527 __u32 height; /* Frame height */528 __u32 type; /* Frame interval type the device supports. */530 union { /* Frame interval */535 __u32 reserved[2]; /* Reserved space for future use */
381 struct v4l2_frmivalenum { struct382 __u32 index;384 __u32 pixel_format;385 __u32 width;386 __u32 height;387 __u32 type;389 union {394 __u32 reserved[2];