Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h785 struct v4l2_fmtdesc { struct
786 __u32 index; /* Format number */
787 __u32 type; /* enum v4l2_buf_type */
788 __u32 flags;
789 __u8 description[32]; /* Description string */
790 __u32 pixelformat; /* Format fourcc */
791 __u32 mbus_code; /* Media bus code */
792 __u32 reserved[3];
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h785 struct v4l2_fmtdesc { struct
786 __u32 index; /* Format number */
787 __u32 type; /* enum v4l2_buf_type */
788 __u32 flags;
789 __u8 description[32]; /* Description string */
790 __u32 pixelformat; /* Format fourcc */
791 __u32 mbus_code; /* Media bus code */
792 __u32 reserved[3];