/external/webrtc/talk/app/webrtc/test/ |
D | fakeaudiocapturemodule_unittest.cc | 65 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument 78 newMicLevel = currentMicLevel; in RecordedDataIsAvailable()
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | audio_device_alsa_linux.cc | 2126 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()
|
D | audio_device_pulse_linux.cc | 2527 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/ |
D | audio_device_defines.h | 56 const uint32_t currentMicLevel,
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | func_test_manager.h | 95 const uint32_t currentMicLevel,
|
D | func_test_manager.cc | 201 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument 261 if (currentMicLevel <= 1) in RecordedDataIsAvailable() 267 newMicLevel = currentMicLevel + (stepScale * stepSize); in RecordedDataIsAvailable()
|
D | audio_device_test_api.cc | 92 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_base_impl.h | 64 const uint32_t currentMicLevel,
|
D | transmit_mixer.h | 59 uint16_t currentMicLevel,
|
D | transmit_mixer.cc | 326 uint16_t currentMicLevel, in PrepareDemux() argument 334 currentMicLevel); in PrepareDemux() 354 ProcessAudio(totalDelayMS, clockDrift, currentMicLevel, keyPressed); in PrepareDemux()
|
D | voe_base_impl.cc | 89 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument 94 totalDelayMS, clockDrift, currentMicLevel, keyPressed)); in RecordedDataIsAvailable()
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_unittest_ios.cc | 380 const uint32_t currentMicLevel, 420 const uint32_t currentMicLevel, in RealRecordedDataIsAvailable() argument
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_unittest.cc | 390 const uint32_t currentMicLevel, 430 const uint32_t currentMicLevel, in RealRecordedDataIsAvailable() argument
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_device_mac.cc | 2692 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/ |
D | audio_device_wave_win.cc | 388 uint32_t currentMicLevel = 0; in DoGetCaptureVolumeThread() local 389 if (MicrophoneVolume(currentMicLevel) == 0) in DoGetCaptureVolumeThread() 395 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in DoGetCaptureVolumeThread()
|
D | audio_device_core_win.cc | 3308 uint32_t currentMicLevel = 0; in DoGetCaptureVolumeThread() local 3309 if (MicrophoneVolume(currentMicLevel) == 0) in DoGetCaptureVolumeThread() 3315 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in DoGetCaptureVolumeThread()
|