Searched defs:v4l2_pix_format (Results 1 – 3 of 3) sorted by relevance
249 struct v4l2_pix_format { struct250 __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 …]
498 struct v4l2_pix_format { struct499 __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 …]
194 struct v4l2_pix_format { struct195 __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 …]