Lines Matching refs:ov
346 int width = vv->ov.win.w.width; in calculate_clipping_registers_rect()
347 int height = vv->ov.win.w.height; in calculate_clipping_registers_rect()
348 int clipcount = vv->ov.nclips; in calculate_clipping_registers_rect()
368 x[i] = vv->ov.clips[i].c.left; in calculate_clipping_registers_rect()
369 y[i] = vv->ov.clips[i].c.top; in calculate_clipping_registers_rect()
370 w[i] = vv->ov.clips[i].c.width; in calculate_clipping_registers_rect()
371 h[i] = vv->ov.clips[i].c.height; in calculate_clipping_registers_rect()
489 enum v4l2_field field = vv->ov.win.field; in saa7146_set_clipping_rect()
495 if (vv->ov.nclips == 0) { in saa7146_set_clipping_rect()
655 saa7146_set_window(dev, vv->ov.win.w.width, vv->ov.win.w.height, vv->ov.win.field); in saa7146_enable_overlay()
656 …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()