Home
last modified time | relevance | path

Searched refs:GetChannelVolumes (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Dvolume_tools_unit_test.cpp100 * @tc.name : Test GetChannelVolumes.
103 * @tc.desc : Test GetChannelVolumes.
110 ChannelVolumes ret = VolumeTools::GetChannelVolumes(channel, volStart, volEnd); in HWTEST_F()
114 * @tc.name : Test GetChannelVolumes.
117 * @tc.desc : Test GetChannelVolumes.
124 ChannelVolumes ret = VolumeTools::GetChannelVolumes(channel, volStart, volEnd); in HWTEST_F()
128 * @tc.name : Test GetChannelVolumes.
131 * @tc.desc : Test GetChannelVolumes.
138 ChannelVolumes ret = VolumeTools::GetChannelVolumes(channel, volStart, volEnd); in HWTEST_F()
142 * @tc.name : Test GetChannelVolumes
[all...]
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Dvolume_tools.h45 static ChannelVolumes GetChannelVolumes(AudioChannel channel, int32_t volStart, int32_t volEnd);
46 static ChannelVolumes GetChannelVolumes(AudioChannel channel, float volStart, float volEnd);
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp72 ChannelVolumes VolumeTools::GetChannelVolumes(AudioChannel channel, int32_t volStart, int32_t volEnd) in GetChannelVolumes() function in OHOS::AudioStandard::VolumeTools
76 AUDIO_ERR_LOG("GetChannelVolumes failed with invalid vol:%{public}d %{public}d channel: %{public}d", volStart, in GetChannelVolumes()
88 ChannelVolumes VolumeTools::GetChannelVolumes(AudioChannel channel, float volStart, float volEnd) in GetChannelVolumes() function in OHOS::AudioStandard::VolumeTools
92 AUDIO_ERR_LOG("GetChannelVolumes failed with invalid vol:%{public}f %{public}f channel: %{public}d", volStart, in GetChannelVolumes()
465 ChannelVolumes mapVols = VolumeTools::GetChannelVolumes(static_cast<AudioChannel>(rawformat.channels), volStart, in ProcessVol()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Drenderer_in_server.cpp368 ChannelVolumes mapVols = VolumeTools::GetChannelVolumes(channel, FADINGOUT_BEGIN, FADINGOUT_END); in DoFadingOut()
452 ChannelVolumes mapVols = VolumeTools::GetChannelVolumes(channel, oldAppliedVolume_, applyVolume); in VolumeHandle()

Completed in 5 milliseconds