Searched defs:v4l2_frmivalenum (Results 1 – 7 of 7) sorted by relevance
16 impl v4l2_frmivalenum { impl
70 impl VmediaType for bindings::v4l2_frmivalenum {} implementation
919 struct v4l2_frmivalenum { struct920 __u32 index; /* Frame format index */921 __u32 pixel_format; /* Pixel format */922 __u32 width; /* Frame width */923 __u32 height; /* Frame height */924 __u32 type; /* Frame interval type the device supports. */926 union { /* Frame interval */931 __u32 reserved[2]; /* Reserved space for future use */
953 struct v4l2_frmivalenum { struct954 uint32_t index; /* Frame format index */955 uint32_t pixel_format; /* Pixel format */956 uint32_t width; /* Frame width */957 uint32_t height; /* Frame height */958 uint32_t type; /* Frame interval type the device supports. */960 union { /* Frame interval */965 uint32_t reserved[2]; /* Reserved space for future use */
961 struct v4l2_frmivalenum { struct962 __u32 index; /* Frame format index */963 __u32 pixel_format; /* Pixel format */964 __u32 width; /* Frame width */965 __u32 height; /* Frame height */966 __u32 type; /* Frame interval type the device supports. */968 union { /* Frame interval */973 __u32 reserved[2]; /* Reserved space for future use */
539 ) -> IoctlResult<v4l2_frmivalenum> { in enum_frameintervals()
1015 ) -> IoctlResult<v4l2_frmivalenum> { in enum_frameintervals()