Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp85 mArrayHeight = static_cast<float>(array.data.i32[3]); in setupStaticInfo()
290 float scaleY = mActiveHeight / mArrayHeight; in mapRawToCorrectedSimple()
360 yr = std::min(mArrayHeight - 1, std::max(0.f, yr)); in mapCorrectedToRawImpl()
376 float scaleY = mArrayHeight / mActiveHeight; in mapCorrectedToRawImplSimple()
384 rawY = std::min(mArrayHeight - 1, std::max(0.f, rawY)); in mapCorrectedToRawImplSimple()
427 float gridSpacingY = (mArrayHeight + 2 * gridMargin) / kGridSize; in buildGrids()
DDistortionMapper.h192 float mArrayWidth, mArrayHeight; variable