Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_threshold_detector.h33 :thresholdLow_(thresholdLow), thresholdHigh_(thresholdHigh), inThresHoldBand_(false) {} in RSThresholdDetector()
37 if (value > thresholdHigh_ && !inThresHoldBand_) { in Detect()
38 inThresHoldBand_ = true; in Detect()
41 if (value <= thresholdLow_ && inThresHoldBand_) { in Detect()
42 inThresHoldBand_ = false; in Detect()
49 bool inThresHoldBand_; // used to save previous data status variable