Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h44 mActiveWidth(other.mActiveWidth), mActiveHeight(other.mActiveHeight), in DistortionMapper()
190 float mActiveWidth, mActiveHeight; variable
DDistortionMapper.cpp66 mActiveHeight = static_cast<float>(array.data.i32[3]); in setupStaticInfo()
248 corrY = std::min(mActiveHeight - 1, std::max(0.f, corrY)); in mapRawToCorrected()
263 float scaleY = mActiveHeight / mArrayHeight; in mapRawToCorrectedSimple()
271 corrY = std::min(mActiveHeight - 1, std::max(0.f, corrY)); in mapRawToCorrectedSimple()
349 float scaleY = mArrayHeight / mActiveHeight; in mapCorrectedToRawImplSimple()