Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Dvolume_ramp.cpp39 void VolumeRamp::SetVolumeCurve(vector<float> &volumes) in SetVolumeCurve() argument
42 CHECK_AND_RETURN_LOG(volumes.size() == VOLUME_SIZE, "Array size must 2!"); in SetVolumeCurve()
47 curvePoints_.emplace(times[i], volumes[i]); in SetVolumeCurve()
53 vector<float> volumes; in SetVolumeRampConfig() local
60 volumes.assign({targetVolume, currStreamVolume}); in SetVolumeRampConfig()
63 volumes.assign({currStreamVolume, targetVolume}); in SetVolumeRampConfig()
66 SetVolumeCurve(volumes); in SetVolumeRampConfig()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Dvolume_ramp.h43 void SetVolumeCurve(std::vector<float> &volumes);

Completed in 1 milliseconds