Home
last modified time | relevance | path

Searched refs:curvePoints_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Dvolume_ramp.cpp45 curvePoints_.clear(); in SetVolumeCurve()
47 curvePoints_.emplace(times[i], volumes[i]); in SetVolumeCurve()
120 CHECK_AND_RETURN_RET_LOG(!curvePoints_.empty(), 0.0f, "Curve points map is empty"); in FindRampVolume()
122 auto lowPoint = curvePoints_.begin(); in FindRampVolume()
123 auto highPoint = curvePoints_.rbegin(); in FindRampVolume()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Dvolume_ramp.h50 std::map<float, float> curvePoints_; member in OHOS::AudioStandard::VolumeRamp

Completed in 1 milliseconds