Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp102 mapperInfo->mActiveHeight = static_cast<float>(array.data.i32[3]); in setupStaticInfoLocked()
318 corrY = std::min(mapperInfo->mActiveHeight - 1, std::max(0.f, corrY)); in mapRawToCorrected()
333 float scaleY = mapperInfo->mActiveHeight / mapperInfo->mArrayHeight; in mapRawToCorrectedSimple()
341 corrY = std::min(mapperInfo->mActiveHeight - 1, std::max(0.f, corrY)); in mapRawToCorrectedSimple()
419 float scaleY = mapperInfo->mArrayHeight / mapperInfo->mActiveHeight; in mapCorrectedToRawImplSimple()
DDistortionMapper.h152 float mActiveWidth, mActiveHeight; member