Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.cpp96 if (mFrameTimes.size() < kFrequentLayerWindowSize) { in isFrequent()
116 for (size_t i = 0; i < kFrequentLayerWindowSize - 1; i++) { in isFrequent()
168 if (numFrames < kFrequentLayerWindowSize) { in getFps()
DLayerInfo.h58 static constexpr size_t kFrequentLayerWindowSize = 4; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryIntegrationTest.cpp47 static constexpr auto FREQUENT_LAYER_WINDOW_SIZE = LayerInfo::kFrequentLayerWindowSize;
DLayerHistoryTest.cpp57 static constexpr auto FREQUENT_LAYER_WINDOW_SIZE = LayerInfo::kFrequentLayerWindowSize;