Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp46 constexpr int32_t ONSET_MINSKIP_MAX { 5 }; variable
596 int32_t minSkip = ONSET_MINSKIP_MAX; in DetectOnset()
612 if (minSkip > ONSET_MINSKIP_MAX) { in DetectOnset()
613 minSkip = ONSET_MINSKIP_MAX; in DetectOnset()