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

  /frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h 187 float mInvFx, mInvFy;
DistortionMapper.cpp 212 mInvFx = 1 / mFx;
348 float xwi = (coordPairs[i] - activeCx - mS * ywi) * mInvFx;

Completed in 218 milliseconds