Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp1282 std::optional<float> oThreshold = mSmallAreaDetectionAllowMappings.getThresholdForAppId(appId); in isSmallDirtyArea() local
1283 if (oThreshold) { in isSmallDirtyArea()
1284 return mLayerHistory.isSmallDirtyArea(dirtyArea, oThreshold.value()); in isSmallDirtyArea()