Lines Matching defs:new_crop
1185 struct v4l2_rect new_crop;
1196 new_crop.width = min_t(u32,
1201 if (new_crop.width < 144)
1202 new_crop.width = 144;
1204 new_crop.left = min_t(u32,
1206 IMX274_MAX_WIDTH - new_crop.width);
1208 new_crop.height = min_t(u32,
1212 new_crop.top = min_t(u32, IMX274_ROUND(sel->r.top, 2, 0),
1213 IMX274_MAX_HEIGHT - new_crop.height);
1215 sel->r = new_crop;
1224 size_changed = (new_crop.width != tgt_crop->width ||
1225 new_crop.height != tgt_crop->height);
1228 *tgt_crop = new_crop;
1233 &new_crop.width, &new_crop.height,