Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp309 float cropRegionLeft = arrayCenterX - entry.data.i32[0] ; in deriveZoomRatio() local
315 float zoomRatioLeft = std::max(arrayWidth / (2 * cropRegionLeft), 1.0f); in deriveZoomRatio()