Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/haptic_matcher/src/
H A Dcustom_vibration_matcher.cpp72 float maxIntensity = firstIt->intensity; in NormalizedWaveInfo() local
76 maxIntensity = (maxIntensity > info.intensity) ? maxIntensity : info.intensity; in NormalizedWaveInfo()
81 float intensityEqualValue = maxIntensity / INTENSITY_MAX; in NormalizedWaveInfo()