OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFx
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h
185
float
mFx
, mFy, mCx, mCy, mS;
DistortionMapper.cpp
191
mFx
== calib.data.f[0] &&
206
mFx
= calib.data.f[0];
212
mInvFx = 1 /
mFx
;
355
float xr =
mFx
* xc + mS * yc + mCx;
Completed in 453 milliseconds