Searched refs:zoomWidth (Results 1 – 1 of 1) sorted by relevance
3189 float zoomLeft, zoomTop, zoomWidth, zoomHeight; in m_sensorThreadFunc() local3199 zoomWidth = m_camera2->getSensorW() / m_zoomRatio; in m_sensorThreadFunc()3200 zoomHeight = zoomWidth * in m_sensorThreadFunc()3204 zoomWidth = zoomHeight * in m_sensorThreadFunc()3207 zoomLeft = (crop_w - zoomWidth) / 2; in m_sensorThreadFunc()3210 int32_t new_cropRegion[3] = { (int32_t)zoomLeft, (int32_t)zoomTop, (int32_t)zoomWidth }; in m_sensorThreadFunc()