Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h187 float mInvFx, mInvFy; variable
DDistortionMapper.cpp213 mInvFy = 1 / mFy; in updateCalibration()
347 float ywi = (coordPairs[i + 1] - activeCy) * mInvFy; in mapCorrectedToRawImpl()