Home
last modified time | relevance | path

Searched refs:cropCompensation (Results 1 – 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp3212 int cropCompensation = (new_cropRegion[0] * 2 + new_cropRegion[2]) - ALIGN(crop_w, 4); in m_sensorThreadFunc() local
3213 if (cropCompensation) in m_sensorThreadFunc()
3214 new_cropRegion[2] -= cropCompensation; in m_sensorThreadFunc()