Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DSwappy.cpp170 (mAutoSwapInterval <= mAutoSwapIntervalThreshold); in swapInternal()
415 mAutoSwapIntervalThreshold = (1e9f / mRefreshPeriod.count()) / 20; // 20FPS in Swappy()
524 if (mAutoSwapInterval <= mAutoSwapIntervalThreshold) { in waitForNextFrame()
DSwappy.h201 int mAutoSwapIntervalThreshold = 0; variable