Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Dvolume_ramp.cpp27 constexpr float MAX_CURVE_TIME = 1.0f; variable
102 } else if (offset > MAX_CURVE_TIME) { in GetScaledTime()
103 offset = MAX_CURVE_TIME; in GetScaledTime()
108 } else if (offset > MAX_CURVE_TIME) { in GetScaledTime()
109 offset = MAX_CURVE_TIME; in GetScaledTime()