Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h858 struct v4l2_frmivalenum { struct
859 __u32 index; /* Frame format index */
860 __u32 pixel_format; /* Pixel format */
861 __u32 width; /* Frame width */
862 __u32 height; /* Frame height */
863 __u32 type; /* Frame interval type the device supports. */
865 union { /* Frame interval */
870 __u32 reserved[2]; /* Reserved space for future use */
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h858 struct v4l2_frmivalenum { struct
859 __u32 index; /* Frame format index */
860 __u32 pixel_format; /* Pixel format */
861 __u32 width; /* Frame width */
862 __u32 height; /* Frame height */
863 __u32 type; /* Frame interval type the device supports. */
865 union { /* Frame interval */
870 __u32 reserved[2]; /* Reserved space for future use */