Searched refs:mapVols (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | renderer_in_server.cpp | 402 … ChannelVolumes mapVols = VolumeTools::GetChannelVolumes(channel, oldAppliedVolume_, applyVolume); in VolumeHandle() local 403 int32_t volRet = VolumeTools::Process(desc, processConfig_.streamInfo.format, mapVols); in VolumeHandle() 462 … ChannelVolumes mapVols = VolumeTools::GetChannelVolumes(channel, FADINGOUT_BEGIN, FADINGOUT_END); in DoFadingOut() local 463 int32_t ret = VolumeTools::Process(bufferDesc, processConfig_.streamInfo.format, mapVols); in DoFadingOut()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | volume_tools.cpp | 526 …ChannelVolumes mapVols = VolumeTools::GetChannelVolumes(static_cast<AudioChannel>(rawformat.channe… in ProcessVol() local 528 return VolumeTools::Process(desc, static_cast<AudioSampleFormat>(rawformat.format), mapVols); in ProcessVol()
|