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

  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 173 static nsecs_t mLastFpsTime = 0;
178 nsecs_t diff = now - mLastFpsTime;
180 mLastFpsTime = now;
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 1019 static nsecs_t mLastFpsTime = 0;
1023 nsecs_t diff = now - mLastFpsTime;
    [all...]

Completed in 1358 milliseconds