Searched refs:oThreshold (Results 1 – 1 of 1) sorted by relevance
1282 std::optional<float> oThreshold = mSmallAreaDetectionAllowMappings.getThresholdForAppId(appId); in isSmallDirtyArea() local1283 if (oThreshold) { in isSmallDirtyArea()1284 return mLayerHistory.isSmallDirtyArea(dirtyArea, oThreshold.value()); in isSmallDirtyArea()