Lines Matching defs:v4l2_pix_format
361 struct v4l2_pix_format { struct
362 __u32 width;
363 __u32 height;
364 __u32 pixelformat;
365 __u32 field; /* enum v4l2_field */
366 __u32 bytesperline; /* for padding, zero if unused */
367 __u32 sizeimage;
368 __u32 colorspace; /* enum v4l2_colorspace */
369 __u32 priv; /* private data, depends on pixelformat */
370 __u32 flags; /* format flags (V4L2_PIX_FMT_FLAG_*) */
371 __u32 ycbcr_enc; /* enum v4l2_ycbcr_encoding */
372 __u32 quantization; /* enum v4l2_quantization */