Lines Matching defs:width
344 int width = vv->ov.win.w.width;
368 w[i] = vv->ov.clips[i].c.width;
393 pixel_list[ 2*i ] = min_t(int, l, width);
394 pixel_list[(2*i)+1] = min_t(int, r, width);
524 static void saa7146_set_window(struct saa7146_dev *dev, int width, int height, enum v4l2_field field)
542 calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain, &hps_h_prescale, &hps_h_scale);
653 saa7146_set_window(dev, vv->ov.win.w.width, vv->ov.win.w.height, vv->ov.win.field);
709 int width = buf->fmt->width;
717 width, height, v4l2_field_names[field]);
722 vdma1.pitch = (width*depth*2)/8;
768 int width = buf->fmt->width;
770 vdma2->pitch = width;
771 vdma3->pitch = width;
799 int width = buf->fmt->width;
801 vdma2->pitch = width/2;
802 vdma3->pitch = width/2;
834 int width = buf->fmt->width;
843 width, height, v4l2_field_names[field]);
851 vdma1.pitch = width*2;
1012 saa7146_set_window(dev, buf->fmt->width, buf->fmt->height, buf->fmt->field);