Lines Matching refs:ov
344 int width = vv->ov.win.w.width;
345 int height = vv->ov.win.w.height;
346 int clipcount = vv->ov.nclips;
366 x[i] = vv->ov.clips[i].c.left;
367 y[i] = vv->ov.clips[i].c.top;
368 w[i] = vv->ov.clips[i].c.width;
369 h[i] = vv->ov.clips[i].c.height;
487 enum v4l2_field field = vv->ov.win.field;
493 if (vv->ov.nclips == 0) {
653 saa7146_set_window(dev, vv->ov.win.w.width, vv->ov.win.w.height, vv->ov.win.field);
654 saa7146_set_position(dev, vv->ov.win.w.left, vv->ov.win.w.top, vv->ov.win.w.height, vv->ov.win.field, vv->ov_fmt->pixelformat);