Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp372 auto& swapA = mSwapHistory[0]; in isSwapChainStuffed() local
376 if (swapA.dequeueDuration < SLOW_THRESHOLD && swapA.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()
385 if (std::abs(swapA.swapCompletedTime - swapB.swapCompletedTime) > frameInterval * 3) { in isSwapChainStuffed()
395 swapA = swapB; in isSwapChainStuffed()