Home
last modified time | relevance | path

Searched refs:MAX_CORE_SPEAKER_VOLUME (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.h39 const float MAX_CORE_SPEAKER_VOLUME = 255.0f; variable
Daudio_device_core_win.cc984 volume > (uint32_t)MAX_CORE_SPEAKER_VOLUME) in SetSpeakerVolume()
992 const float fLevel = (float)volume/MAX_CORE_SPEAKER_VOLUME; in SetSpeakerVolume()
1035 volume = static_cast<uint32_t> (fLevel*MAX_CORE_SPEAKER_VOLUME); in SpeakerVolume()
1079 maxVolume = static_cast<uint32_t> (MAX_CORE_SPEAKER_VOLUME); in MaxSpeakerVolume()