Home
last modified time | relevance | path

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

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