Searched defs:v4l2_mbus_framefmt (Results 1 – 3 of 3) sorted by relevance
35 struct v4l2_mbus_framefmt { struct36 __u32 width;37 __u32 height;38 __u32 code;39 __u32 field;40 __u32 colorspace;41 union {47 __u16 quantization;48 __u16 xfer_func;49 __u16 flags;[all …]
30 struct v4l2_mbus_framefmt { struct31 __u32 width;32 __u32 height;33 __u32 code;34 __u32 field;35 __u32 colorspace;36 __u16 ycbcr_enc;37 __u16 quantization;38 __u16 xfer_func;39 __u16 reserved[11];