Home
last modified time | relevance | path

Searched refs:volumeFloat (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpolicy_handler.cpp71 AppendFormat(dumpString, " volFloat: %f ", volumeVector_[i].volumeFloat); in Dump()
131 vol.volumeFloat = volumeVector_[index].volumeFloat; in GetSharedVolume()
H A Daudio_endpoint_separate.cpp237 fastSink_->SetVolume(vol.volumeFloat, vol.volumeFloat); in Config()
238 AUDIO_DEBUG_LOG("Init hdi volume to %{public}f", vol.volumeFloat); in Config()
H A Daudio_server_effect.cpp230 float systemVol = vol.isMute ? 0.0f : vol.volumeFloat; in SetVolumeInfoForEnhanceChain()
H A Dpro_renderer_stream_impl.cpp702 volume = vol.isMute ? 0 : vol.volumeFloat; in GetStreamVolume()
H A Daudio_endpoint.cpp1542 streamData.volumeStart = vol.isMute ? 0 : static_cast<int32_t>(curReadSpan->volumeStart * vol.volumeFloat); in GetAllReadyProcessData()
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp107 float volumeFloat = volumeStream * volumeSystem; in GetVolume() local
109 monitorVolume_[sessionId] = {volumeFloat, volumeLevel}; in GetVolume()
111 return volumeFloat; in GetVolume()
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/capturer/
H A Dmodule_inner_capturer_sink.c232 float volumeFloat = GetCurVolume(sessionID, streamType, s->name); in SetSinkVolumeBySinkName() local
233 uint32_t volume = pa_sw_volume_from_linear(volumeFloat); in SetSinkVolumeBySinkName()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h756 float volumeFloat = 1.0f; member
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp560 vol.volumeFloat = GetSystemVolumeInDb(*iter, volumeLevel, curOutputDeviceType); in UpdateVolumeForLowLatency()
747 vol.volumeFloat = GetSystemVolumeInDb(streamType, volumeLevel, curOutputDeviceType); in SetSystemVolumeLevel()
1083 vol.volumeFloat = GetSystemVolumeInDb(streamType, vol.volumeInt, curOutputDeviceType); in SetStreamMute()
3787 vol.volumeFloat = GetSystemVolumeInDb(STREAM_RING, vol.volumeInt, curOutputDeviceType); in SetRingerMode()
6940 volumeVector_[i].volumeFloat = volFloat; in InitSharedVolume()
6958 vol.volumeFloat = volumeVector_[index].volumeFloat; in GetSharedVolume()
6972 volumeVector_[index].volumeFloat = vol.volumeFloat; in SetSharedVolume()
6979 gsp->NotifyStreamVolumeChanged(streamType, vol.volumeFloat); in SetSharedVolume()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c2012 float volumeFloat = GetCurVolume(sessionID, streamType, deviceClass); in SetSinkVolumeByDeviceClass() local
2013 uint32_t volume = pa_sw_volume_from_linear(volumeFloat); in SetSinkVolumeByDeviceClass()

Completed in 50 milliseconds