Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp269 auto& swapB = mSwapHistory[i]; in isSwapChainStuffed() local
273 if (std::abs(swapA.swapCompletedTime - swapB.swapCompletedTime) > frameInterval * 3) { in isSwapChainStuffed()
279 if (swapB.dequeueDuration < SLOW_THRESHOLD && swapB.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()
283 swapA = swapB; in isSwapChainStuffed()