Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.h43 const float MAX_CORE_MICROPHONE_VOLUME = 255.0f; variable
Daudio_device_core_win.cc1279 volume > static_cast<uint32_t>(MAX_CORE_MICROPHONE_VOLUME)) { in SetMicrophoneVolume()
1285 const float fLevel = static_cast<float>(volume) / MAX_CORE_MICROPHONE_VOLUME; in SetMicrophoneVolume()
1324 volume = static_cast<uint32_t>(fLevel * MAX_CORE_MICROPHONE_VOLUME); in MicrophoneVolume()
1349 maxVolume = static_cast<uint32_t>(MAX_CORE_MICROPHONE_VOLUME); in MaxMicrophoneVolume()