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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.h 98 int16_t activeSpeech; // Milliseconds of active speech
analog_agc.c 668 stt->activeSpeech = 0;
901 stt->activeSpeech = 0;
961 if (stt->activeSpeech < 250)
963 stt->activeSpeech += 2;
969 } else if (stt->activeSpeech == 250)
971 stt->activeSpeech += 2;
1017 stt->activeSpeech = 0;
    [all...]

Completed in 45 milliseconds