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