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

  /device/generic/goldfish/camera/
CallbackNotifier.h 229 nsecs_t mLastFrameTimestamp;
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FramerateJankDetector.java 44 private long mLastFrameTimestamp = -1;
61 if (mLastFrameTimestamp >= 0) {
62 double deltaMillis = (timestamp - mLastFrameTimestamp) / 1000000.0;
79 mLastFrameTimestamp = timestamp;

Completed in 229 milliseconds