Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp903 … double onsetTimeNorm = static_cast<double>(round(SAMPLE_IN_MS * onsetTimes[i]) / SAMPLE_IN_MS); in OutputTransientEventsByInsertTime() local
904 transientEventTime.push_back(onsetTimeNorm); in OutputTransientEventsByInsertTime()
906 … AddTransientEventData(TransientEvent(onsetTimeNorm, intensityData[maxIndex].rmseIntensityNorm, in OutputTransientEventsByInsertTime()