Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.h47 static constexpr size_t FREQUENT_LAYER_WINDOW_SIZE = 3; variable
112 if (mElements.size() < FREQUENT_LAYER_WINDOW_SIZE) { in isFrequent()
118 const auto it = mElements.end() - FREQUENT_LAYER_WINDOW_SIZE; in isFrequent()
DLayerInfoV2.cpp75 if (mFrameTimes.size() < FREQUENT_LAYER_WINDOW_SIZE) { in isFrequent()
88 if (numFrames < FREQUENT_LAYER_WINDOW_SIZE) { in isFrequent()
DLayerInfoV2.h51 static constexpr size_t FREQUENT_LAYER_WINDOW_SIZE = 3; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryTestV2.cpp40 static constexpr auto FREQUENT_LAYER_WINDOW_SIZE = LayerInfoV2::FREQUENT_LAYER_WINDOW_SIZE; member in android::scheduler::LayerHistoryTestV2
480 for (int i = 0; i < PRESENT_TIME_HISTORY_SIZE + FREQUENT_LAYER_WINDOW_SIZE + 1; i++) { in TEST_F()
511 for (int i = 0; i < FREQUENT_LAYER_WINDOW_SIZE - 1; i++) { in TEST_F()
536 for (int i = 0; i < FREQUENT_LAYER_WINDOW_SIZE - 1; i++) { in TEST_F()
701 const int totalInfrequentLayerUpdates = FREQUENT_LAYER_WINDOW_SIZE * 5; in TEST_P()
733 if (infrequentLayerUpdates > FREQUENT_LAYER_WINDOW_SIZE) { in TEST_P()