Lines Matching defs:crop
676 struct v4l2_rect *crop = &dev->crop_cap;
724 v4l2_rect_set_min_size(crop, &min_r);
725 v4l2_rect_set_max_size(crop, &max_r);
726 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
739 v4l2_rect_set_min_size(crop, &min_r);
740 v4l2_rect_set_max_size(crop, &max_r);
741 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
745 v4l2_rect_set_size_to(crop, &r);
746 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
747 r = *crop;
754 v4l2_rect_set_max_size(crop, &r);
755 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
758 v4l2_rect_set_size_to(compose, crop);
778 v4l2_rect_set_size_to(crop, &r);
916 struct v4l2_rect *crop = &dev->crop_cap;
990 *crop = s->r;
1020 v4l2_rect_set_min_size(crop, &min_rect);
1021 v4l2_rect_set_max_size(crop, &max_rect);
1022 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
1028 v4l2_rect_set_size_to(crop, &s->r);
1029 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap);
1048 tpg_s_crop_compose(&dev->tpg, crop, compose);