Home
last modified time | relevance | path

Searched refs:kEndpointerEstimationTimeMs (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/speech/
Dspeech_recognizer_impl.h38 static const int kEndpointerEstimationTimeMs; variable
Dspeech_recognizer_impl.cc108 const int SpeechRecognizerImpl::kEndpointerEstimationTimeMs = 300; member in content::SpeechRecognizerImpl
600 if (GetElapsedTimeMs() >= kEndpointerEstimationTimeMs) { in WaitEnvironmentEstimationCompletion()
Dspeech_recognizer_impl_unittest.cc468 int num_packets = SpeechRecognizerImpl::kEndpointerEstimationTimeMs / in TEST_F()