Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp279 auto& swapA = mSwapHistory[0]; in isSwapChainStuffed() local
283 if (swapA.dequeueDuration < SLOW_THRESHOLD in isSwapChainStuffed()
284 && swapA.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()
293 if (swapA.swapCompletedTime - swapB.swapCompletedTime > frameInterval * 3) { in isSwapChainStuffed()
304 swapA = swapB; in isSwapChainStuffed()