Lines Matching refs:crop_bounds
390 dev->crop_bounds.left = norm->h_start; in set_tvnorm()
392 dev->crop_bounds.width = norm->h_stop - norm->h_start +1; in set_tvnorm()
395 dev->crop_bounds.top = (norm->vbi_v_stop_0+1)*2; in set_tvnorm()
397 dev->crop_bounds.height = ((norm->id & V4L2_STD_525_60) ? 524 : 624) in set_tvnorm()
398 - dev->crop_bounds.top; in set_tvnorm()
972 dev->width > dev->crop_bounds.width || in queue_setup()
973 dev->height > dev->crop_bounds.height) in queue_setup()
1331 maxw = min(dev->crop_current.width*4, dev->crop_bounds.width); in saa7134_try_fmt_vid_cap()
1332 maxh = min(dev->crop_current.height*4, dev->crop_bounds.height); in saa7134_try_fmt_vid_cap()
1689 sel->r = dev->crop_bounds; in saa7134_g_selection()
1700 struct v4l2_rect *b = &dev->crop_bounds; in saa7134_s_selection()