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

  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 67 uint32_t& newMicLevel) override {
78 newMicLevel = currentMicLevel;
  /external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc 273 // NewMicLevel
276 uint32_t AudioDeviceBuffer::NewMicLevel() const
461 uint32_t newMicLevel(0);
473 newMicLevel);
476 _newMicLevel = newMicLevel;
  /external/webrtc/webrtc/modules/audio_device/include/
audio_device_defines.h 58 uint32_t& newMicLevel) = 0;
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.h 97 uint32_t& newMicLevel) override;
func_test_manager.cc 203 uint32_t& newMicLevel)
267 newMicLevel = currentMicLevel + (stepScale * stepSize);
268 if (newMicLevel > maxVolume)
271 newMicLevel = 1; // set lowest (non-zero) AGC level
    [all...]
audio_device_test_api.cc 94 uint32_t& newMicLevel) override {
    [all...]
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.h 66 uint32_t& newMicLevel) override;
voe_base_impl.cc 91 uint32_t& newMicLevel) {
92 newMicLevel = static_cast<uint32_t>(ProcessRecordedDataWithAPM(
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc     [all...]
audio_device_pulse_linux.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 423 uint32_t newMicLevel = _newMicLevel;
426 if (SetMicrophoneVolume(newMicLevel) == -1)
    [all...]
audio_device_core_win.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 392 uint32_t& newMicLevel));
432 uint32_t& newMicLevel) {
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 382 uint32_t& newMicLevel));
422 uint32_t& newMicLevel) {
    [all...]

Completed in 567 milliseconds