Home
last modified time | relevance | path

Searched refs:mFy (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.cpp165 mFy == calib.data.f[1] && in updateCalibration()
180 mFy = calib.data.f[1]; in updateCalibration()
186 mInvFy = 1 / mFy; in updateCalibration()
329 float yr = mFy * yc + mCy; in mapCorrectedToRawImpl()