Lines Matching refs:top
397 dev->crop_bounds.top = (norm->vbi_v_stop_0+1)*2; in set_tvnorm()
398 dev->crop_defrect.top = norm->video_v_start*2; in set_tvnorm()
400 - dev->crop_bounds.top; in set_tvnorm()
558 v_start = dev->crop_current.top/2; in set_size()
560 v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2; in set_size()
665 row[rows].position = clip_range(clips[i].c.top / div); in setup_clipping()
668 row[rows].position = clip_range((clips[i].c.top + clips[i].c.height) in setup_clipping()
735 dev->win.w.left, dev->win.w.top, in start_preview()
751 base += dev->ovbuf.fmt.bytesperline * dev->win.w.top; in start_preview()
1631 if (c->top < b->top) in saa7134_s_crop()
1632 c->top = b->top; in saa7134_s_crop()
1633 if (c->top > b->top + b->height) in saa7134_s_crop()
1634 c->top = b->top + b->height; in saa7134_s_crop()
1635 if (c->height > b->top - c->top + b->height) in saa7134_s_crop()
1636 c->height = b->top - c->top + b->height; in saa7134_s_crop()