Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp321 float zoomRatioBottom = std::max(arrayHeight / (2 * cropRegionBottom), 1.0f); in deriveZoomRatio() local
325 std::min(zoomRatioTop, zoomRatioBottom)); in deriveZoomRatio()