Home
last modified time | relevance | path

Searched refs:WebRtcAudioEffects (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioManager.java231 return WebRtcAudioEffects.canUseAcousticEchoCanceler(); in isAcousticEchoCancelerSupported()
234 return WebRtcAudioEffects.canUseAutomaticGainControl(); in isAutomaticGainControlSupported()
237 return WebRtcAudioEffects.canUseNoiseSuppressor(); in isNoiseSuppressorSupported()
DWebRtcAudioEffects.java31 class WebRtcAudioEffects { class
204 static WebRtcAudioEffects create() { in create()
210 return new WebRtcAudioEffects(); in create()
213 private WebRtcAudioEffects() { in WebRtcAudioEffects() method in WebRtcAudioEffects
DWebRtcAudioRecord.java50 private WebRtcAudioEffects effects = null;
123 effects = WebRtcAudioEffects.create(); in WebRtcAudioRecord()
/external/webrtc/talk/
Dlibjingle.gyp197 …(webrtc_modules_dir)/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioEffects.java',