Lines Matching defs:width
309 static void saa7146_set_window(struct saa7146_dev *dev, int width, int height, enum v4l2_field field)
327 calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain, &hps_h_prescale, &hps_h_scale);
414 int width = pix->width;
422 width, height, v4l2_field_names[field]);
427 vdma1.pitch = (width*depth*2)/8;
474 int width = pix->width;
476 vdma2->pitch = width;
477 vdma3->pitch = width;
506 int width = pix->width;
508 vdma2->pitch = width/2;
509 vdma3->pitch = width/2;
541 int width = pix->width;
551 width, height, v4l2_field_names[field]);
559 vdma1.pitch = width*2;
737 saa7146_set_window(dev, pix->width, pix->height, pix->field);