HomeSort by relevance Sort by last modified time
    Searched refs:activeSpeech (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 99 WebRtc_Word16 activeSpeech; // Milliseconds of active speech
analog_agc.c 666 stt->activeSpeech = 0;
886 stt->activeSpeech = 0;
946 if (stt->activeSpeech < 250)
948 stt->activeSpeech += 2;
954 } else if (stt->activeSpeech == 250)
956 stt->activeSpeech += 2;
1002 stt->activeSpeech = 0;
    [all...]

Completed in 286 milliseconds