Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h166 float mInvFx, mInvFy; variable
DDistortionMapper.cpp221 mInvFx = 1 / mFx; in updateCalibration()
315 float xwi = (coordPairs[i] - mCx - mS * ywi) * mInvFx; in mapCorrectedToRaw()