HomeSort by relevance Sort by last modified time
    Searched refs:mInvFy (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h 187 float mInvFx, mInvFy;
DistortionMapper.cpp 213 mInvFy = 1 / mFy;
347 float ywi = (coordPairs[i + 1] - activeCy) * mInvFy;

Completed in 175 milliseconds