Home
last modified time | relevance | path

Searched refs:useWebRtcBasedNoiseSuppressor (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioUtils.java68 private static boolean useWebRtcBasedNoiseSuppressor = false; field in WebRtcAudioUtils
82 useWebRtcBasedNoiseSuppressor = enable; in setWebRtcBasedNoiseSuppressor()
97 public static synchronized boolean useWebRtcBasedNoiseSuppressor() { in useWebRtcBasedNoiseSuppressor() method in WebRtcAudioUtils
98 if (useWebRtcBasedNoiseSuppressor) { in useWebRtcBasedNoiseSuppressor()
101 return useWebRtcBasedNoiseSuppressor; in useWebRtcBasedNoiseSuppressor()
DWebRtcAudioEffects.java196 && !WebRtcAudioUtils.useWebRtcBasedNoiseSuppressor() in canUseNoiseSuppressor()