Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.c666 stt->activeSpeech = 0; in WebRtcAgc_ZeroCtrl()
886 stt->activeSpeech = 0; in WebRtcAgc_ProcessAnalog()
946 if (stt->activeSpeech < 250) in WebRtcAgc_ProcessAnalog()
948 stt->activeSpeech += 2; in WebRtcAgc_ProcessAnalog()
954 } else if (stt->activeSpeech == 250) in WebRtcAgc_ProcessAnalog()
956 stt->activeSpeech += 2; in WebRtcAgc_ProcessAnalog()
1002 stt->activeSpeech = 0; in WebRtcAgc_ProcessAnalog()
1634 stt->activeSpeech = 0; in WebRtcAgc_Init()
Danalog_agc.h99 WebRtc_Word16 activeSpeech; // Milliseconds of active speech member