Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dv4l2-mediabus.h25 struct v4l2_mbus_framefmt { struct
26 __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 …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dv4l2-mediabus.h35 struct v4l2_mbus_framefmt { struct
36 __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 …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dv4l2-mediabus.h11 struct v4l2_mbus_framefmt { struct
12 __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];