Searched refs:crop_defrect (Results 1 – 2 of 2) sorted by relevance
395 dev->crop_defrect.left = norm->h_start; in set_tvnorm()397 dev->crop_defrect.width = norm->h_stop - norm->h_start +1; in set_tvnorm()400 dev->crop_defrect.top = norm->video_v_start*2; in set_tvnorm()403 dev->crop_defrect.height = (norm->video_v_stop - norm->video_v_start +1)*2; in set_tvnorm()405 dev->crop_current = dev->crop_defrect; in set_tvnorm()1598 cap->defrect = dev->crop_defrect; in saa7134_cropcap()
640 struct v4l2_rect crop_defrect; member