Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.c552 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()
Danalog_agc.h98 int16_t activeSpeech; // Milliseconds of active speech member