Searched refs:currentMicLevel (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
D | fakeaudiocapturemodule_unittest.cc | 65 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument 77 newMicLevel = currentMicLevel; in RecordedDataIsAvailable()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/include/ |
D | audio_device_defines.h | 64 const uint32_t currentMicLevel,
|
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
D | audio_device_alsa_linux.cc | 2210 uint32_t currentMicLevel = 0; in RecThreadProcess() local 2216 if (MicrophoneVolume(currentMicLevel) == 0) in RecThreadProcess() 2218 if (currentMicLevel == 0xffffffff) in RecThreadProcess() 2219 currentMicLevel = 100; in RecThreadProcess() 2221 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in RecThreadProcess()
|
D | audio_device_pulse_linux.cc | 2562 uint32_t currentMicLevel(0); in ProcessRecordedData() local 2570 if (MicrophoneVolume(currentMicLevel) == 0) in ProcessRecordedData() 2573 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in ProcessRecordedData() 2612 currentMicLevel, newMicLevel); in ProcessRecordedData()
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | transmit_mixer.h | 59 uint16_t currentMicLevel,
|
D | transmit_mixer.cc | 326 uint16_t currentMicLevel, in PrepareDemux() argument 333 totalDelayMS, clockDrift, currentMicLevel); in PrepareDemux() 353 ProcessAudio(totalDelayMS, clockDrift, currentMicLevel, keyPressed); in PrepareDemux()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
D | func_test_manager.h | 112 const uint32_t currentMicLevel,
|
D | func_test_manager.cc | 151 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument 211 if (currentMicLevel <= 1) in RecordedDataIsAvailable() 217 newMicLevel = currentMicLevel + (stepScale * stepSize); in RecordedDataIsAvailable()
|
D | audio_device_test_api.cc | 94 const uint32_t currentMicLevel, in RecordedDataIsAvailable() argument
|
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/ |
D | audio_device_mac.cc | 3195 uint32_t currentMicLevel(0); in CaptureWorkerThread() local 3224 if (MicrophoneVolume(currentMicLevel) == 0) in CaptureWorkerThread() 3227 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in CaptureWorkerThread() 3250 currentMicLevel, newMicLevel); in CaptureWorkerThread()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/win/ |
D | audio_device_wave_win.cc | 436 uint32_t currentMicLevel = 0; in DoGetCaptureVolumeThread() local 437 if (MicrophoneVolume(currentMicLevel) == 0) in DoGetCaptureVolumeThread() 443 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in DoGetCaptureVolumeThread()
|
D | audio_device_core_win.cc | 3314 uint32_t currentMicLevel = 0; in DoGetCaptureVolumeThread() local 3315 if (MicrophoneVolume(currentMicLevel) == 0) in DoGetCaptureVolumeThread() 3321 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel); in DoGetCaptureVolumeThread()
|