Searched refs:mapVols (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | volume_tools.cpp | 465 ChannelVolumes mapVols = VolumeTools::GetChannelVolumes(static_cast<AudioChannel>(rawformat.channels), volStart, in ProcessVol() local 467 return VolumeTools::Process(desc, static_cast<AudioSampleFormat>(rawformat.format), mapVols); in ProcessVol()
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | renderer_in_server.cpp | 368 ChannelVolumes mapVols = VolumeTools::GetChannelVolumes(channel, FADINGOUT_BEGIN, FADINGOUT_END); in DoFadingOut() local 369 int32_t ret = VolumeTools::Process(bufferDesc, processConfig_.streamInfo.format, mapVols); in DoFadingOut() 452 ChannelVolumes mapVols = VolumeTools::GetChannelVolumes(channel, oldAppliedVolume_, applyVolume); in VolumeHandle() local 453 int32_t volRet = VolumeTools::Process(desc, processConfig_.streamInfo.format, mapVols); in VolumeHandle()
|
Completed in 4 milliseconds