Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp304 float arrayCenterX = arrayWidth / 2.0; in deriveZoomRatio() local
309 float cropRegionLeft = arrayCenterX - entry.data.i32[0] ; in deriveZoomRatio()
311 float cropRegionRight = entry.data.i32[0] + entry.data.i32[2] - arrayCenterX; in deriveZoomRatio()