HomeSort by relevance Sort by last modified time
    Searched refs:currentMicLevel (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device_defines.h 64 const uint32_t currentMicLevel,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 65 const uint32_t currentMicLevel,
77 newMicLevel = currentMicLevel;
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.h 112 const uint32_t currentMicLevel,
func_test_manager.cc 151 const uint32_t currentMicLevel,
211 if (currentMicLevel <= 1)
217 newMicLevel = currentMicLevel + (stepScale * stepSize);
    [all...]
audio_device_test_api.cc 94 const uint32_t currentMicLevel,
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
transmit_mixer.h 59 uint16_t currentMicLevel,
transmit_mixer.cc 326 uint16_t currentMicLevel,
332 "currentMicLevel=%u)", nSamples, nChannels, samplesPerSec,
333 totalDelayMS, clockDrift, currentMicLevel);
353 ProcessAudio(totalDelayMS, clockDrift, currentMicLevel, keyPressed);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc     [all...]
audio_device_pulse_linux.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 436 uint32_t currentMicLevel = 0;
437 if (MicrophoneVolume(currentMicLevel) == 0)
443 _ptrAudioBuffer->SetCurrentMicLevel(currentMicLevel);
    [all...]
audio_device_core_win.cc     [all...]

Completed in 543 milliseconds