Searched refs:new_cropRegion (Results 1 – 1 of 1) sorted by relevance
3210 int32_t new_cropRegion[3] = { (int32_t)zoomLeft, (int32_t)zoomTop, (int32_t)zoomWidth }; in m_sensorThreadFunc() local3212 int cropCompensation = (new_cropRegion[0] * 2 + new_cropRegion[2]) - ALIGN(crop_w, 4); in m_sensorThreadFunc()3214 new_cropRegion[2] -= cropCompensation; in m_sensorThreadFunc()3216 shot_ext->shot.ctl.scaler.cropRegion[0] = new_cropRegion[0]; in m_sensorThreadFunc()3217 shot_ext->shot.ctl.scaler.cropRegion[1] = new_cropRegion[1]; in m_sensorThreadFunc()3218 shot_ext->shot.ctl.scaler.cropRegion[2] = new_cropRegion[2]; in m_sensorThreadFunc()