Lines Matching defs:pix
670 struct v4l2_pix_format *pix = &fmt->fmt.pix;
673 pix->width = size->width;
674 pix->height = size->height;
675 pix->pixelformat = data->chip->format->pixelformat;
676 pix->field = V4L2_FIELD_NONE;
677 pix->bytesperline = pix->width * bpp;
678 pix->sizeimage = pix->bytesperline * pix->height;
679 pix->colorspace = V4L2_COLORSPACE_RAW;