Searched refs:RSThresholdDetector (Results 1 – 3 of 3) sorted by relevance
95 RSThresholdDetector<uint32_t> offTreeBucketThrDetector_ = RSThresholdDetector<uint32_t>(98 RSThresholdDetector<uint32_t> nodeBucketThrDetector_ = RSThresholdDetector<uint32_t>(101 RSThresholdDetector<uint32_t> drawableBucketThrDetector_ = RSThresholdDetector<uint32_t>(
24 class RSB_EXPORT RSThresholdDetector final {32 RSThresholdDetector(T thresholdLow, T thresholdHigh) in RSThresholdDetector() function34 virtual ~RSThresholdDetector() = default;
49 …auto thresholdDetector = std::make_shared<RSThresholdDetector<uint32_t>>(thresholdLow, thresholdHi…