Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvideodev2.h249 struct v4l2_pix_format { struct
250 __u32 width;
251 __u32 height;
252 __u32 pixelformat;
253 __u32 field;
254 __u32 bytesperline;
255 __u32 sizeimage;
256 __u32 colorspace;
257 __u32 priv;
258 __u32 flags;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dvideodev2.h498 struct v4l2_pix_format { struct
499 __u32 width;
500 __u32 height;
501 __u32 pixelformat;
502 __u32 field; /* enum v4l2_field */
503 __u32 bytesperline; /* for padding, zero if unused */
504 __u32 sizeimage;
505 __u32 colorspace; /* enum v4l2_colorspace */
506 __u32 priv; /* private data, depends on pixelformat */
507 __u32 flags; /* format flags (V4L2_PIX_FMT_FLAG_*) */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvideodev2.h194 struct v4l2_pix_format { struct
195 __u32 width;
196 __u32 height;
197 __u32 pixelformat;
198 __u32 field;
199 __u32 bytesperline;
200 __u32 sizeimage;
201 __u32 colorspace;
202 __u32 priv;
203 __u32 flags;
[all …]