Home
last modified time | relevance | path

Searched defs:v4l2_pix_format_mplane (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvideodev2.h1263 struct v4l2_pix_format_mplane { struct
1264 __u32 width;
1265 __u32 height;
1266 __u32 pixelformat;
1267 __u32 field;
1268 __u32 colorspace;
1269 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
1293 struct v4l2_pix_format_mplane pix_mp; argument
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dvideodev2.h1207 struct v4l2_pix_format_mplane { struct
1208 __u32 width;
1209 __u32 height;
1210 __u32 pixelformat;
1211 __u32 field;
1212 __u32 colorspace;
1213 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
1237 struct v4l2_pix_format_mplane pix_mp; argument
/kernel/linux/linux-5.10/include/uapi/linux/
Dvideodev2.h2239 struct v4l2_pix_format_mplane { struct
2240 __u32 width;
2241 __u32 height;
2242 __u32 pixelformat;
2243 __u32 field;
2244 __u32 colorspace;
2246 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2247 __u8 num_planes;
2248 __u8 flags;
2249 union {
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvideodev2.h1207 struct v4l2_pix_format_mplane { struct
1208 __u32 width;
1209 __u32 height;
1210 __u32 pixelformat;
1211 __u32 field;
1212 __u32 colorspace;
1213 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
1237 struct v4l2_pix_format_mplane pix_mp; argument
/kernel/linux/linux-6.6/include/uapi/linux/
Dvideodev2.h2379 struct v4l2_pix_format_mplane { struct
2380 __u32 width;
2381 __u32 height;
2382 __u32 pixelformat;
2383 __u32 field;
2384 __u32 colorspace;
2386 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2387 __u8 num_planes;
2388 __u8 flags;
2389 union {
[all …]