Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Dvolume_ramp.cpp122 auto lowPoint = curvePoints_.begin(); in FindRampVolume() local
125 …float volume = lowPoint->second + ((time - lowPoint->first) / (highPoint->first - lowPoint->first)) in FindRampVolume()
126 * (highPoint->second - lowPoint->second); in FindRampVolume()