Home
last modified time | relevance | path

Searched refs:currentFrameTimestamp (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/src/swappy/
DSwappy.cpp454 std::chrono::steady_clock::time_point currentFrameTimestamp; in startFrame() local
458 currentFrameTimestamp = mCurrentFrameTimestamp; in startFrame()
469 mPresentationTime = currentFrameTimestamp + (mAutoSwapInterval * intervals) * mRefreshPeriod; in startFrame()