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

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp3198 int32_t new_cropRegion[3] = { zoomLeft, zoomTop, zoomWidth }; local
3200 int cropCompensation = (new_cropRegion[0] * 2 + new_cropRegion[2]) - ALIGN(crop_w, 4);
3202 new_cropRegion[2] -= cropCompensation;
3204 shot_ext->shot.ctl.scaler.cropRegion[0] = new_cropRegion[0];
3205 shot_ext->shot.ctl.scaler.cropRegion[1] = new_cropRegion[1];
3206 shot_ext->shot.ctl.scaler.cropRegion[2] = new_cropRegion[2];

Completed in 76 milliseconds