Lines Matching refs:top
399 dev->crop_bounds.top = (norm->vbi_v_stop_0+1)*2; in set_tvnorm()
400 dev->crop_defrect.top = norm->video_v_start*2; in set_tvnorm()
402 - dev->crop_bounds.top; in set_tvnorm()
560 v_start = dev->crop_current.top/2; in set_size()
562 v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2; in set_size()
668 row[rows].position = clip_range(clips[i].c.top / div); in setup_clipping()
671 row[rows].position = clip_range((clips[i].c.top + clips[i].c.height) in setup_clipping()
738 dev->win.w.left, dev->win.w.top, in start_preview()
754 base += dev->ovbuf.fmt.bytesperline * dev->win.w.top; in start_preview()
1639 if (c->top < b->top) in saa7134_s_crop()
1640 c->top = b->top; in saa7134_s_crop()
1641 if (c->top > b->top + b->height) in saa7134_s_crop()
1642 c->top = b->top + b->height; in saa7134_s_crop()
1643 if (c->height > b->top - c->top + b->height) in saa7134_s_crop()
1644 c->height = b->top - c->top + b->height; in saa7134_s_crop()