Searched refs:new_cropRegion (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp3156 int32_t new_cropRegion[3] = { zoomLeft, zoomTop, zoomWidth }; local
3158 int cropCompensation = (new_cropRegion[0] * 2 + new_cropRegion[2]) - ALIGN(crop_w, 4);
3160 new_cropRegion[2] -= cropCompensation;
3162 shot_ext->shot.ctl.scaler.cropRegion[0] = new_cropRegion[0];
3163 shot_ext->shot.ctl.scaler.cropRegion[1] = new_cropRegion[1];
3164 shot_ext->shot.ctl.scaler.cropRegion[2] = new_cropRegion[2];

Completed in 54 milliseconds