HomeSort by relevance Sort by last modified time
    Searched refs:useWebRtcBasedAutomaticGainControl (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioUtils.java 67 private static boolean useWebRtcBasedAutomaticGainControl = false;
78 useWebRtcBasedAutomaticGainControl = enable;
91 public static synchronized boolean useWebRtcBasedAutomaticGainControl() {
92 if (useWebRtcBasedAutomaticGainControl) {
95 return useWebRtcBasedAutomaticGainControl;
WebRtcAudioEffects.java 181 && !WebRtcAudioUtils.useWebRtcBasedAutomaticGainControl()

Completed in 93 milliseconds