OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFps
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp
174
static float
mFps
= 0;
179
mFps
= ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
182
LOGV("%d Frames, %f FPS", mFrameCount,
mFps
);
184
// XXX:
mFPS
has the value we want
/frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp
1020
static float
mFps
= 0;
[
all
...]
Completed in 12 milliseconds