/external/webrtc/webrtc/modules/audio_device/ |
audio_device_generic.h | 64 // Microphone Automatic Gain Control (AGC) 66 virtual bool AGC() const = 0;
|
audio_device_impl.h | 101 // Microphone Automatic Gain Control (AGC) 103 bool AGC() const override;
|
audio_device_impl.cc | [all...] |
/external/webrtc/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 bool AGC() const override;
|
file_audio_device.h | 88 // Microphone Automatic Gain Control (AGC) 90 bool AGC() const override;
|
file_audio_device.cc | 306 bool FileAudioDevice::AGC() const { return false; }
|
/external/webrtc/webrtc/modules/audio_device/include/ |
audio_device.h | 101 // Microphone Automatic Gain Control (AGC) 103 virtual bool AGC() const = 0;
|
fake_audio_device.h | 68 virtual bool AGC() const { return true; }
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_not_implemented_ios.mm | 211 bool AudioDeviceIOS::AGC() const {
|
audio_device_ios.h | 92 bool AGC() const override; 240 // and adds AEC for for two-way duplex communication. It also adds AGC,
|
/external/webrtc/talk/app/webrtc/test/ |
fakeaudiocapturemodule.h | 121 bool AGC() const override;
|
fakeaudiocapturemodule.cc | 289 // No AGC but not needed since audio is pregenerated. Return success. 293 bool FakeAudioCaptureModule::AGC() const {
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_device_alsa_linux.h | 80 // Microphone Automatic Gain Control (AGC) 82 bool AGC() const override;
|
audio_device_pulse_linux.h | 142 // Microphone Automatic Gain Control (AGC) 144 bool AGC() const override;
|
audio_device_alsa_linux.cc | 716 bool AudioDeviceLinuxALSA::AGC() const [all...] |
audio_device_pulse_linux.cc | 770 bool AudioDeviceLinuxPulse::AGC() const [all...] |
/external/webrtc/webrtc/modules/audio_device/android/ |
audio_device_template.h | 212 bool AGC() const override { 463 // Returns true if the device both supports built in AGC and the device 470 RTC_CHECK(BuiltInAGCIsAvailable()) << "HW AGC is not available";
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
audio_device_mac.h | 107 // Microphone Automatic Gain Control (AGC) 109 virtual bool AGC() const;
|
audio_device_mac.cc | 810 bool AudioDeviceMac::AGC() const { [all...] |
/external/webrtc/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 | 89 // Microphone Automatic Gain Control (AGC) 91 virtual bool AGC() const;
|
audio_device_wave_win.cc | 386 if (AGC()) 1094 // AGC 1097 bool AudioDeviceWindowsWave::AGC() const [all...] |
/external/webrtc/webrtc/modules/audio_device/test/ |
audio_device_test_api.cc | [all...] |
/external/webrtc/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 ' ...
|