Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h41 mFx(other.mFx), mFy(other.mFy), mCx(other.mCx), mCy(other.mCy), mS(other.mS), in DistortionMapper()
181 float mFx, mFy, mCx, mCy, mS; variable
DDistortionMapper.cpp164 mFx == calib.data.f[0] && in updateCalibration()
179 mFx = calib.data.f[0]; in updateCalibration()
185 mInvFx = 1 / mFx; in updateCalibration()
328 float xr = mFx * xc + mS * yc + mCx; in mapCorrectedToRawImpl()