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/main/source/
analog_agc.h 99 WebRtc_Word16 activeSpeech; // Milliseconds of active speech
analog_agc.c 662 stt->activeSpeech = 0;
882 stt->activeSpeech = 0;
941 if (stt->activeSpeech < 250)
943 stt->activeSpeech += 2;
949 } else if (stt->activeSpeech == 250)
951 stt->activeSpeech += 2;
997 stt->activeSpeech = 0;
    [all...]

Completed in 24 milliseconds