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

  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 138 nsecs_t mLastFPSTime;
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 67 private long mLastFPSTime;
147 / ((float) (currentTime - mLastFPSTime)) * 1000.0f);
150 mLastFPSTime = currentTime;
246 mLastFPSTime = System.currentTimeMillis();
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 432 static nsecs_t mLastFpsTime = 0;
437 nsecs_t diff = now - mLastFpsTime;
439 mLastFpsTime = now;
455 nsecs_t diff = now - mLastFPSTime;
457 mLastFPSTime = now;
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h     [all...]

Completed in 1288 milliseconds