Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvideodev2.h498 struct v4l2_frmivalenum { struct
499 __u32 index;
500 __u32 pixel_format;
501 __u32 width;
502 __u32 height;
503 __u32 type;
504 union {
508 __u32 reserved[2];
/kernel/linux/linux-5.10/include/uapi/linux/
Dvideodev2.h856 struct v4l2_frmivalenum { struct
857 __u32 index; /* Frame format index */
858 __u32 pixel_format; /* Pixel format */
859 __u32 width; /* Frame width */
860 __u32 height; /* Frame height */
861 __u32 type; /* Frame interval type the device supports. */
863 union { /* Frame interval */
868 __u32 reserved[2]; /* Reserved space for future use */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvideodev2.h476 struct v4l2_frmivalenum { struct
477 __u32 index;
478 __u32 pixel_format;
479 __u32 width;
480 __u32 height;
481 __u32 type;
482 union {
486 __u32 reserved[2];