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