Lines Matching defs:pix
664 struct v4l2_pix_format *pix = &fmt->fmt.pix;
667 pix->width = size->width;
668 pix->height = size->height;
669 pix->pixelformat = data->chip->format->pixelformat;
670 pix->field = V4L2_FIELD_NONE;
671 pix->bytesperline = pix->width * bpp;
672 pix->sizeimage = pix->bytesperline * pix->height;
673 pix->colorspace = V4L2_COLORSPACE_RAW;