Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h145 float mInvFx, mInvFy; member
DDistortionMapper.cpp255 mapperInfo->mInvFx = 1 / mapperInfo->mFx; in updateCalibration()
391 float xwi = (coordPairs[i] - activeCx - mapperInfo->mS * ywi) * mapperInfo->mInvFx; in mapCorrectedToRawImpl()