Lines Matching refs:ov
343 int width = vv->ov.win.w.width; in calculate_clipping_registers_rect()
344 int height = vv->ov.win.w.height; in calculate_clipping_registers_rect()
345 int clipcount = vv->ov.nclips; in calculate_clipping_registers_rect()
365 x[i] = vv->ov.clips[i].c.left; in calculate_clipping_registers_rect()
366 y[i] = vv->ov.clips[i].c.top; in calculate_clipping_registers_rect()
367 w[i] = vv->ov.clips[i].c.width; in calculate_clipping_registers_rect()
368 h[i] = vv->ov.clips[i].c.height; in calculate_clipping_registers_rect()
486 enum v4l2_field field = vv->ov.win.field; in saa7146_set_clipping_rect()
492 if (vv->ov.nclips == 0) { in saa7146_set_clipping_rect()
652 saa7146_set_window(dev, vv->ov.win.w.width, vv->ov.win.w.height, vv->ov.win.field); in saa7146_enable_overlay()
653 …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()