Lines Matching defs:new_crop
1050 struct v4l2_rect new_crop;
1061 new_crop.width = min_t(u32,
1066 if (new_crop.width < 144)
1067 new_crop.width = 144;
1069 new_crop.left = min_t(u32,
1071 IMX274_MAX_WIDTH - new_crop.width);
1073 new_crop.height = min_t(u32,
1077 new_crop.top = min_t(u32, IMX274_ROUND(sel->r.top, 2, 0),
1078 IMX274_MAX_HEIGHT - new_crop.height);
1080 sel->r = new_crop;
1089 size_changed = (new_crop.width != tgt_crop->width ||
1090 new_crop.height != tgt_crop->height);
1093 *tgt_crop = new_crop;
1098 &new_crop.width, &new_crop.height,