Home
last modified time | relevance | path

Searched defs:v4l2_frmivalenum (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/v4l2r/lib/src/ioctl/
Dframeintervals.rs16 impl v4l2_frmivalenum { impl
/external/virtio-media/device/src/io/
Dle.rs70 impl VmediaType for bindings::v4l2_frmivalenum {} implementation
/external/v4l-utils/include/linux/
Dvideodev2.h919 struct v4l2_frmivalenum { struct
920 __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 */
/external/v4l-utils/contrib/freebsd/include/linux/
Dvideodev2.h953 struct v4l2_frmivalenum { struct
954 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 */
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h961 struct v4l2_frmivalenum { struct
962 __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 */
/external/virtio-media/device/src/
Dioctl.rs539 ) -> IoctlResult<v4l2_frmivalenum> { in enum_frameintervals()
/external/virtio-media/device/src/devices/
Dv4l2_device_proxy.rs1015 ) -> IoctlResult<v4l2_frmivalenum> { in enum_frameintervals()