Lines Matching refs:crop_current
405 dev->crop_current = dev->crop_defrect; in set_tvnorm()
559 h_start = dev->crop_current.left; in set_size()
560 v_start = dev->crop_current.top/2; in set_size()
561 h_stop = (dev->crop_current.left + dev->crop_current.width -1); in set_size()
562 v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2; in set_size()
573 prescale = dev->crop_current.width / width; in set_size()
576 xscale = 1024 * dev->crop_current.width / prescale / width; in set_size()
577 yscale = 512 * div * dev->crop_current.height / height; in set_size()
700 maxw = dev->crop_current.width; in verify_preview()
701 maxh = dev->crop_current.height; in verify_preview()
917 dev->width/4 > dev->crop_current.width || in queue_setup()
918 dev->height/4 > dev->crop_current.height || in queue_setup()
1276 maxw = min(dev->crop_current.width*4, dev->crop_bounds.width); in saa7134_try_fmt_vid_cap()
1277 maxh = min(dev->crop_current.height*4, dev->crop_bounds.height); in saa7134_try_fmt_vid_cap()
1619 crop->c = dev->crop_current; in saa7134_g_crop()
1627 struct v4l2_rect *c = &dev->crop_current; in saa7134_s_crop()