Lines Matching refs:crop_bounds
367 dev->crop_bounds.left = norm->h_start;
369 dev->crop_bounds.width = norm->h_stop - norm->h_start +1;
372 dev->crop_bounds.top = (norm->vbi_v_stop_0+1)*2;
374 dev->crop_bounds.height = ((norm->id & V4L2_STD_525_60) ? 524 : 624)
375 - dev->crop_bounds.top;
762 dev->width > dev->crop_bounds.width ||
763 dev->height > dev->crop_bounds.height)
1069 maxw = min(dev->crop_current.width*4, dev->crop_bounds.width);
1070 maxh = min(dev->crop_current.height*4, dev->crop_bounds.height);
1322 sel->r = dev->crop_bounds;
1333 struct v4l2_rect *b = &dev->crop_bounds;