Searched refs:activeSpeech (Results 1 – 2 of 2) sorted by relevance
552 stt->activeSpeech = 0; in WebRtcAgc_ZeroCtrl()783 stt->activeSpeech = 0; in WebRtcAgc_ProcessAnalog()843 if (stt->activeSpeech < 250) in WebRtcAgc_ProcessAnalog()845 stt->activeSpeech += 2; in WebRtcAgc_ProcessAnalog()851 } else if (stt->activeSpeech == 250) in WebRtcAgc_ProcessAnalog()853 stt->activeSpeech += 2; in WebRtcAgc_ProcessAnalog()897 stt->activeSpeech = 0; in WebRtcAgc_ProcessAnalog()1459 stt->activeSpeech = 0; in WebRtcAgc_Init()
98 int16_t activeSpeech; // Milliseconds of active speech member