OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AGC
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
82
bool AudioDeviceDummy::
AGC
() const { return false; }
file_audio_device.cc
306
bool FileAudioDevice::
AGC
() const { return false; }
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
68
virtual bool
AGC
() const { return true; }
/external/webrtc/talk/app/webrtc/test/
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/
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/linux/
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/win/
audio_device_wave_win.cc
386
if (
AGC
())
1094
//
AGC
1097
bool AudioDeviceWindowsWave::
AGC
() const
[
all
...]
audio_device_core_win.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
810
bool AudioDeviceMac::
AGC
() const {
[
all
...]
Completed in 53 milliseconds