Searched refs:mLastframeTimeNanos (Results 1 – 1 of 1) sorted by relevance
203 uint64_t mLastframeTimeNanos = 0; member in SwappyVkBase291 mLastframeTimeNanos = currentTime; in onDisplayRefresh()310 long refresh_nano = currentTime - mLastframeTimeNanos; in calcRefreshRate()312 if (mRefreshDur != 0 || mLastframeTimeNanos == 0) { in calcRefreshRate()768 mNextDesiredPresentTime = mLastframeTimeNanos + 2 * mRefreshDur * mInterval; in doQueuePresent()