Lines Matching refs:pix_format
980 struct v4l2_pix_format *pix_format = &f->fmt.pix; in stk_vidioc_g_fmt_vid_cap() local
991 pix_format->width = stk_sizes[i].w; in stk_vidioc_g_fmt_vid_cap()
992 pix_format->height = stk_sizes[i].h; in stk_vidioc_g_fmt_vid_cap()
993 pix_format->field = V4L2_FIELD_NONE; in stk_vidioc_g_fmt_vid_cap()
994 pix_format->colorspace = V4L2_COLORSPACE_SRGB; in stk_vidioc_g_fmt_vid_cap()
995 pix_format->priv = 0; in stk_vidioc_g_fmt_vid_cap()
996 pix_format->pixelformat = dev->vsettings.palette; in stk_vidioc_g_fmt_vid_cap()
998 pix_format->bytesperline = pix_format->width; in stk_vidioc_g_fmt_vid_cap()
1000 pix_format->bytesperline = 2 * pix_format->width; in stk_vidioc_g_fmt_vid_cap()
1001 pix_format->sizeimage = pix_format->bytesperline in stk_vidioc_g_fmt_vid_cap()
1002 * pix_format->height; in stk_vidioc_g_fmt_vid_cap()