Home
last modified time | relevance | path

Searched refs:thresholdHigh_ (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()
48 T thresholdHigh_; variable