Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp312 float cropRegionBottom = entry.data.i32[1] + entry.data.i32[3] - arrayCenterY; in deriveZoomRatio() local
318 float zoomRatioBottom = std::max(arrayHeight / (2 * cropRegionBottom), 1.0f); in deriveZoomRatio()