HomeSort by relevance Sort by last modified time
    Searched refs:AGC (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_record_jni.h 65 // Microphone Automatic Gain Control (AGC)
67 bool AGC() const { return _AGC; }
opensles_input.h 75 // Microphone Automatic Gain Control (AGC)
77 bool AGC() const { return agc_enabled_; }
audio_device_template.h 159 bool AGC() const {
160 return input_.AGC();
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.cc 273 bool WebRtcAudioDeviceNotImpl::AGC() const {
webrtc_audio_device_not_impl.h 108 virtual bool AGC() const OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_generic.h 68 // Microphone Automatic Gain Control (AGC)
70 virtual bool AGC() const = 0;
audio_device_impl.h 107 // Microphone Automatic Gain Control (AGC)
109 virtual bool AGC() const OVERRIDE;
audio_device_impl.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc 82 bool AudioDeviceDummy::AGC() const { return false; }
audio_device_dummy.h 68 // Microphone Automatic Gain Control (AGC)
70 virtual bool AGC() const OVERRIDE;
file_audio_device.h 85 // Microphone Automatic Gain Control (AGC)
87 virtual bool AGC() const OVERRIDE;
file_audio_device.cc 358 bool FileAudioDevice::AGC() const { return false; }
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 99 // Microphone Automatic Gain Control (AGC)
101 virtual bool AGC() const = 0;
fake_audio_device.h 68 virtual bool AGC() const { return true; }
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.h 128 virtual bool AGC() const OVERRIDE;
fakeaudiocapturemodule.cc 299 // No AGC but not needed since audio is pregenerated. Return success.
303 bool FakeAudioCaptureModule::AGC() const {
  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.h 82 // Microphone Automatic Gain Control (AGC)
84 virtual bool AGC() const;
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 82 // Microphone Automatic Gain Control (AGC)
84 virtual bool AGC() const OVERRIDE;
audio_device_pulse_linux.h 143 // Microphone Automatic Gain Control (AGC)
145 virtual bool AGC() const OVERRIDE;
audio_device_alsa_linux.cc 743 bool AudioDeviceLinuxALSA::AGC() const
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.h 101 // Microphone Automatic Gain Control (AGC)
103 virtual bool AGC() const;
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 132 // Microphone Automatic Gain Control (AGC)
134 virtual bool AGC() const;
audio_device_wave_win.h 88 // Microphone Automatic Gain Control (AGC)
90 virtual bool AGC() const;
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_api.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
apmtest.m 16 % 'agc' The AGC test set.
60 tests = {'apm','apmm','aec','aecm','agc','ns','vad'};
101 opt = ['-ec 1 -agc 2 -nc 2 -vad 3'];
104 ' -aec --drift_compensation -agc --fixed_digital' ...
113 opt = ['-fs 32000 -ec 1 -agc 2 -nc 2'];
116 ' -aec --drift_compensation -agc --adaptive_digital' ...
122 opt = ['-aec --drift_compensation -agc --fixed_digital -hpf -ns ' ...

Completed in 1209 milliseconds

1 2