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

  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 172 static int mLastFrameCount = 0;
179 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
181 mLastFrameCount = mFrameCount;
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 1018 static int mLastFrameCount = 0;
    [all...]

Completed in 4679 milliseconds