Home
last modified time | relevance | path

Searched refs:currentMicLevel (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule_unittest.cc65 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument
78 newMicLevel = currentMicLevel; in RecordedDataIsAvailable()
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc2126 uint32_t currentMicLevel = 0; in RecThreadProcess() local
2132 if (MicrophoneVolume(currentMicLevel) == 0) in RecThreadProcess()
2134 if (currentMicLevel == 0xffffffff) in RecThreadProcess()
2135 currentMicLevel = 100; in RecThreadProcess()
2137 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in RecThreadProcess()
Daudio_device_pulse_linux.cc2527 uint32_t currentMicLevel(0); in ProcessRecordedData() local
2535 if (MicrophoneVolume(currentMicLevel) == 0) in ProcessRecordedData()
2538 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in ProcessRecordedData()
2577 currentMicLevel, newMicLevel); in ProcessRecordedData()
/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device_defines.h56 const uint32_t currentMicLevel,
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h95 const uint32_t currentMicLevel,
Dfunc_test_manager.cc201 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument
261 if (currentMicLevel <= 1) in RecordedDataIsAvailable()
267 newMicLevel = currentMicLevel + (stepScale * stepSize); in RecordedDataIsAvailable()
Daudio_device_test_api.cc92 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.h64 const uint32_t currentMicLevel,
Dtransmit_mixer.h59 uint16_t currentMicLevel,
Dtransmit_mixer.cc326 uint16_t currentMicLevel, in PrepareDemux() argument
334 currentMicLevel); in PrepareDemux()
354 ProcessAudio(totalDelayMS, clockDrift, currentMicLevel, keyPressed); in PrepareDemux()
Dvoe_base_impl.cc89 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument
94 totalDelayMS, clockDrift, currentMicLevel, keyPressed)); in RecordedDataIsAvailable()
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_unittest_ios.cc380 const uint32_t currentMicLevel,
420 const uint32_t currentMicLevel, in RealRecordedDataIsAvailable() argument
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc390 const uint32_t currentMicLevel,
430 const uint32_t currentMicLevel, in RealRecordedDataIsAvailable() argument
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc2692 uint32_t currentMicLevel(0); in CaptureWorkerThread() local
2720 if (MicrophoneVolume(currentMicLevel) == 0) { in CaptureWorkerThread()
2722 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in CaptureWorkerThread()
2745 currentMicLevel, newMicLevel); in CaptureWorkerThread()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc388 uint32_t currentMicLevel = 0; in DoGetCaptureVolumeThread() local
389 if (MicrophoneVolume(currentMicLevel) == 0) in DoGetCaptureVolumeThread()
395 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in DoGetCaptureVolumeThread()
Daudio_device_core_win.cc3308 uint32_t currentMicLevel = 0; in DoGetCaptureVolumeThread() local
3309 if (MicrophoneVolume(currentMicLevel) == 0) in DoGetCaptureVolumeThread()
3315 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in DoGetCaptureVolumeThread()