Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.h42 const float MIN_CORE_MICROPHONE_VOLUME = 0.0f; variable
Daudio_device_core_win.cc1568 if (volume < static_cast<uint32_t>(MIN_CORE_MICROPHONE_VOLUME) || in SetMicrophoneVolume()
1662 minVolume = static_cast<uint32_t> (MIN_CORE_MICROPHONE_VOLUME); in MinMicrophoneVolume()