Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp92 mActiveWidth = static_cast<float>(array.data.i32[2]); in setupStaticInfo()
274 corrX = std::min(mActiveWidth - 1, std::max(0.f, corrX)); in mapRawToCorrected()
289 float scaleX = mActiveWidth / mArrayWidth; in mapRawToCorrectedSimple()
297 corrX = std::min(mActiveWidth - 1, std::max(0.f, corrX)); in mapRawToCorrectedSimple()
375 float scaleX = mArrayWidth / mActiveWidth; in mapCorrectedToRawImplSimple()
DDistortionMapper.h194 float mActiveWidth, mActiveHeight; variable