Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/agc/main/source/
Danalog_agc.c662 stt->activeSpeech = 0; in WebRtcAgc_ZeroCtrl()
882 stt->activeSpeech = 0; in WebRtcAgc_ProcessAnalog()
941 if (stt->activeSpeech < 250) in WebRtcAgc_ProcessAnalog()
943 stt->activeSpeech += 2; in WebRtcAgc_ProcessAnalog()
949 } else if (stt->activeSpeech == 250) in WebRtcAgc_ProcessAnalog()
951 stt->activeSpeech += 2; in WebRtcAgc_ProcessAnalog()
997 stt->activeSpeech = 0; in WebRtcAgc_ProcessAnalog()
1620 stt->activeSpeech = 0; in WebRtcAgc_Init()
Danalog_agc.h99 WebRtc_Word16 activeSpeech; // Milliseconds of active speech member