Searched refs:cropCompensation (Results 1 – 1 of 1) sorted by relevance
3212 int cropCompensation = (new_cropRegion[0] * 2 + new_cropRegion[2]) - ALIGN(crop_w, 4); in m_sensorThreadFunc() local3213 if (cropCompensation) in m_sensorThreadFunc()3214 new_cropRegion[2] -= cropCompensation; in m_sensorThreadFunc()