Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp311 float cropRegionRight = entry.data.i32[0] + entry.data.i32[2] - arrayCenterX; in deriveZoomRatio() local
317 float zoomRatioRight = std::max(arrayWidth / (2 * cropRegionRight), 1.0f); in deriveZoomRatio()