Searched refs:crop_current (Results 1 – 2 of 2) sorted by relevance
560 dev->crop_current = dev->crop_defrect; in set_tvnorm()707 h_start = dev->crop_current.left; in set_size()708 v_start = dev->crop_current.top/2; in set_size()709 h_stop = (dev->crop_current.left + dev->crop_current.width -1); in set_size()710 v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2; in set_size()721 prescale = dev->crop_current.width / width; in set_size()724 xscale = 1024 * dev->crop_current.width / prescale / width; in set_size()725 yscale = 512 * div * dev->crop_current.height / height; in set_size()845 maxw = dev->crop_current.width; in verify_preview()846 maxh = dev->crop_current.height; in verify_preview()[all …]
557 struct v4l2_rect crop_current; member