Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp31 constexpr int32_t FRAGMENT_MIN_LEN { 32 }; variable
177 if (((curClearBegin - preClearEnd) < FRAGMENT_MIN_LEN) && (curClearBegin > preClearEnd)) { in PreprocessAudioData()
190 if (((curClearBegin - preClearEnd) < FRAGMENT_MIN_LEN) && (curClearBegin > preClearEnd)) { in PreprocessAudioData()