Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp308 float arrayCenterY = arrayHeight / 2.0; in deriveZoomRatio() local
313 float cropRegionTop = arrayCenterY - entry.data.i32[1]; in deriveZoomRatio()
315 float cropRegionBottom = entry.data.i32[1] + entry.data.i32[3] - arrayCenterY; in deriveZoomRatio()