Searched defs:v4l2_mbus_framefmt (Results 1 – 3 of 3) sorted by relevance
25 struct v4l2_mbus_framefmt { struct26 __u32 width;27 __u32 height;28 __u32 code;29 __u32 field;30 __u32 colorspace;31 union {35 __u16 quantization;36 __u16 xfer_func;37 __u16 flags;[all …]
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 …]
11 struct v4l2_mbus_framefmt { struct12 __u32 width;13 __u32 height;14 __u32 code;15 __u32 field;16 __u32 colorspace;17 __u16 ycbcr_enc;18 __u16 quantization;19 __u16 xfer_func;20 __u16 reserved[11];