Searched refs:activeSpeech (Results 1 – 2 of 2) sorted by relevance
662 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()
99 WebRtc_Word16 activeSpeech; // Milliseconds of active speech member