Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h187 float mInvFx, mInvFy; variable
DDistortionMapper.cpp212 mInvFx = 1 / mFx; in updateCalibration()
348 float xwi = (coordPairs[i] - activeCx - mS * ywi) * mInvFx; in mapCorrectedToRawImpl()