OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeSpeech
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h
98
int16_t
activeSpeech
; // Milliseconds of active speech
analog_agc.c
552
stt->
activeSpeech
= 0;
783
stt->
activeSpeech
= 0;
843
if (stt->
activeSpeech
< 250)
845
stt->
activeSpeech
+= 2;
851
} else if (stt->
activeSpeech
== 250)
853
stt->
activeSpeech
+= 2;
897
stt->
activeSpeech
= 0;
[
all
...]
Completed in 44 milliseconds