Lines Matching defs:crop
673 struct v4l2_rect *crop = &dev->crop_cap;
716 v4l2_rect_set_min_size(crop, &min_r);
717 v4l2_rect_set_max_size(crop, &max_r);
718 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
731 v4l2_rect_set_min_size(crop, &min_r);
732 v4l2_rect_set_max_size(crop, &max_r);
733 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
737 v4l2_rect_set_size_to(crop, &r);
738 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
739 r = *crop;
746 v4l2_rect_set_max_size(crop, &r);
747 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
750 v4l2_rect_set_size_to(compose, crop);
772 v4l2_rect_set_size_to(crop, &r);
910 struct v4l2_rect *crop = &dev->crop_cap;
982 *crop = s->r;
1012 v4l2_rect_set_min_size(crop, &min_rect);
1013 v4l2_rect_set_max_size(crop, &max_rect);
1014 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
1020 v4l2_rect_set_size_to(crop, &s->r);
1021 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
1035 tpg_s_crop_compose(&dev->tpg, crop, compose);