Lines Matching defs:pix_format
893 struct v4l2_pix_format *pix_format = &f->fmt.pix;
904 pix_format->width = stk_sizes[i].w;
905 pix_format->height = stk_sizes[i].h;
906 pix_format->field = V4L2_FIELD_NONE;
907 pix_format->colorspace = V4L2_COLORSPACE_SRGB;
908 pix_format->pixelformat = dev->vsettings.palette;
910 pix_format->bytesperline = pix_format->width;
912 pix_format->bytesperline = 2 * pix_format->width;
913 pix_format->sizeimage = pix_format->bytesperline
914 * pix_format->height;