Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp43 constexpr int32_t SILENCE_COUNT_MIN { 32 }; variable
169 if (silence <= SILENCE_COUNT_MIN) { in PreprocessAudioData()