Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 7 of 7) sorted by relevance

/base/powermgr/thermal_manager/application/protector/include/policy/
Dprotector_thermal_zone_info.h29 int32_t threshold; member
/base/update/updater/services/ui/driver/
Dkeys_input_device.cpp48 constexpr auto threshold = 2s; in OnLongKeyPressDown() local
/base/powermgr/thermal_manager/services/native/include/thermal_policy/
Dthermal_config_sensor_cluster.h27 int32_t threshold; member
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Dwrite_controller.h33 size_t threshold; member
/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
Dpeak_finder.cpp88 double threshold = lowerAmp; in GetVoiceFlag() local
174 … PeakFinder::FindPeakBoundary(const std::vector<double> &data, int32_t peakPlace, double threshold, in FindPeakBoundary()
253 double threshold = *max_element(peakValue.begin(), peakValue.end()) * removeRatio; in FilterLowPeak() local
/base/global/system_resources/fonts/
Dhm_symbol_config.json227 "threshold": 0.25 number
235 "threshold": 0.5 number
243 "threshold": 0.75 number
/base/sensors/sensor/vibration_convert/core/native/src/
Dvibration_convert_core.cpp359 double threshold = COEF * (*std::max_element(envelopes.begin(), envelopes.end())); in GetLocalEnvelope() local