Searched refs:AGC (Results 1 - 25 of 27) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc82 bool AudioDeviceDummy::AGC() const { return false; } function in class:webrtc::AudioDeviceDummy
H A Daudio_device_dummy.h68 // Microphone Automatic Gain Control (AGC)
70 bool AGC() const override;
H A Dfile_audio_device.h88 // Microphone Automatic Gain Control (AGC)
90 bool AGC() const override;
H A Dfile_audio_device.cc306 bool FileAudioDevice::AGC() const { return false; } function in class:webrtc::FileAudioDevice
/external/webrtc/webrtc/modules/audio_device/ios/
H A Daudio_device_not_implemented_ios.mm211 bool AudioDeviceIOS::AGC() const {
H A Daudio_device_ios.h92 bool AGC() const override;
240 // and adds AEC for for two-way duplex communication. It also adds AGC,
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.h121 bool AGC() const override;
H A Dfakeaudiocapturemodule.cc289 // No AGC but not needed since audio is pregenerated. Return success.
293 bool FakeAudioCaptureModule::AGC() const { function in class:FakeAudioCaptureModule
/external/webrtc/webrtc/modules/audio_device/
H A Daudio_device_generic.h64 // Microphone Automatic Gain Control (AGC)
66 virtual bool AGC() const = 0;
H A Daudio_device_impl.h101 // Microphone Automatic Gain Control (AGC)
103 bool AGC() const override;
H A Daudio_device_impl.cc1185 // AGC
1188 bool AudioDeviceModuleImpl::AGC() const function in class:webrtc::AudioDeviceModuleImpl
1191 return (_ptrAudioDevice->AGC());
/external/webrtc/webrtc/modules/audio_device/include/
H A Daudio_device.h101 // Microphone Automatic Gain Control (AGC)
103 virtual bool AGC() const = 0;
H A Dfake_audio_device.h68 virtual bool AGC() const { return true; } function in class:webrtc::FakeAudioDeviceModule
/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.h80 // Microphone Automatic Gain Control (AGC)
82 bool AGC() const override;
H A Daudio_device_pulse_linux.h142 // Microphone Automatic Gain Control (AGC)
144 bool AGC() const override;
H A Daudio_device_alsa_linux.cc716 bool AudioDeviceLinuxALSA::AGC() const function in class:webrtc::AudioDeviceLinuxALSA
2129 if (AGC())
2131 // store current mic level in the audio buffer if AGC is enabled
2182 if (AGC())
H A Daudio_device_pulse_linux.cc770 bool AudioDeviceLinuxPulse::AGC() const function in class:webrtc::AudioDeviceLinuxPulse
2532 if (AGC())
2534 // Store current mic level in the audio buffer if AGC is enabled
2566 if (AGC())
2576 " AGC change of volume: old=%u => new=%u",
/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_device_template.h212 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/
H A Daudio_device_mac.h107 // Microphone Automatic Gain Control (AGC)
109 virtual bool AGC() const;
H A Daudio_device_mac.cc810 bool AudioDeviceMac::AGC() const { function in class:webrtc::AudioDeviceMac
2715 if (AGC()) {
2719 // store current mic level in the audio buffer if AGC is enabled
2736 if (AGC()) {
2744 " AGC change of volume: old=%u => new=%u",
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.h89 // Microphone Automatic Gain Control (AGC)
91 virtual bool AGC() const;
H A Daudio_device_core_win.h132 // Microphone Automatic Gain Control (AGC)
134 virtual bool AGC() const;
H A Daudio_device_wave_win.cc386 if (AGC())
1094 // AGC
1097 bool AudioDeviceWindowsWave::AGC() const function in class:webrtc::AudioDeviceWindowsWave
3291 WEBRTC_TRACE(kTraceStream, kTraceUtility, _id,"AGC change of volume: => new=%u", newMicLevel);
/external/webrtc/webrtc/modules/audio_device/test/
H A Daudio_device_test_api.cc975 TEST_F(AudioDeviceAPITest, AGC) {
976 // NOTE: The AGC API only enables/disables the AGC. To ensure that it will
979 EXPECT_FALSE(audio_device_->AGC());
983 EXPECT_TRUE(audio_device_->AGC());
985 EXPECT_FALSE(audio_device_->AGC());
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dapmtest.m16 % 'agc' The AGC test set.

Completed in 186 milliseconds

12