Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp44 constexpr int32_t CONTINUOUS_EVENT_LOW_DELTA_MULTIPLES { 5 }; variable
336 if (rmseMax > (CONTINUOUS_EVENT_LOW_DELTA_MULTIPLES * RMS_INVALIDE_DELTA)) { in CalcOnsetHopLength()