Lines Matching defs:pix_fmt
217 struct v4l2_pix_format pix_fmt;
988 video->pix_fmt.width = video->active_timings.width;
989 video->pix_fmt.height = video->active_timings.height;
990 video->pix_fmt.sizeimage = video->max_compressed_size;
1037 f->fmt.pix = video->pix_fmt;
1128 fsize->discrete.width = video->pix_fmt.width;
1129 fsize->discrete.height = video->pix_fmt.height;
1177 video->pix_fmt.width = timings->bt.width;
1178 video->pix_fmt.height = timings->bt.height;
1179 video->pix_fmt.sizeimage = video->max_compressed_size;
1536 video->pix_fmt.pixelformat = V4L2_PIX_FMT_JPEG;
1537 video->pix_fmt.field = V4L2_FIELD_NONE;
1538 video->pix_fmt.colorspace = V4L2_COLORSPACE_SRGB;
1539 video->pix_fmt.quantization = V4L2_QUANTIZATION_FULL_RANGE;