Lines Matching defs:pix
410 struct v4l2_pix_format *pix = &vv->video_fmt;
412 struct saa7146_format *sfmt = saa7146_format_by_fourcc(dev, pix->pixelformat);
414 int width = pix->width;
415 int height = pix->height;
416 int bytesperline = pix->bytesperline;
417 enum v4l2_field field = pix->field;
472 struct v4l2_pix_format *pix = &vv->video_fmt;
473 int height = pix->height;
474 int width = pix->width;
504 struct v4l2_pix_format *pix = &vv->video_fmt;
505 int height = pix->height;
506 int width = pix->width;
535 struct v4l2_pix_format *pix = &vv->video_fmt;
539 struct saa7146_format *sfmt = saa7146_format_by_fourcc(dev, pix->pixelformat);
541 int width = pix->width;
542 int height = pix->height;
543 enum v4l2_field field = pix->field;
724 struct v4l2_pix_format *pix = &vv->video_fmt;
725 struct saa7146_format *sfmt = saa7146_format_by_fourcc(dev, pix->pixelformat);
737 saa7146_set_window(dev, pix->width, pix->height, pix->field);