Searched refs:crop_current (Results 1 – 3 of 3) sorted by relevance
378 dev->crop_current = dev->crop_defrect; in set_tvnorm()532 h_start = dev->crop_current.left; in set_size()533 v_start = dev->crop_current.top/2; in set_size()534 h_stop = (dev->crop_current.left + dev->crop_current.width -1); in set_size()535 v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2; in set_size()546 prescale = dev->crop_current.width / width; in set_size()673 maxw = dev->crop_current.width; in verify_preview()674 maxh = dev->crop_current.height; in verify_preview()950 dev->width/4 > dev->crop_current.width || in queue_setup()1629 sel->r = dev->crop_current; in saa7134_g_selection()[all …]
649 struct v4l2_rect crop_current; member
139 struct v4l2_rect crop_current; member664 maxw = dev->crop_current.width; in verify_preview()665 maxh = dev->crop_current.height; in verify_preview()1188 dev->crop_current.width = fh->width; in viu_open()1189 dev->crop_current.height = fh->height; in viu_open()
Completed in 616 milliseconds