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

  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.h 37 static const int kNoSpeechTimeoutMs;
speech_recognizer_impl.cc 107 const int SpeechRecognizerImpl::kNoSpeechTimeoutMs = 8000;
614 } else if (GetElapsedTimeMs() >= kNoSpeechTimeoutMs) {
speech_recognizer_impl_unittest.cc 401 int num_packets = (SpeechRecognizerImpl::kNoSpeechTimeoutMs) /
429 int num_packets = (SpeechRecognizerImpl::kNoSpeechTimeoutMs) /

Completed in 103 milliseconds