Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp60 constexpr int32_t RESAMPLE_MULTIPLE { 4 }; variable
144 for (size_t i = 0; i < (originDataSize - 1); i += RESAMPLE_MULTIPLE) { in ResampleAudioData()