Home
last modified time | relevance | path

Searched refs:kAudioPacketIntervalMs (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/speech/
Dgoogle_one_shot_remote_engine.cc147 const int GoogleOneShotRemoteEngine::kAudioPacketIntervalMs = 100; member in content::GoogleOneShotRemoteEngine
247 config_.audio_sample_rate * kAudioPacketIntervalMs / 1000); in AudioChunksEnded()
292 return kAudioPacketIntervalMs; in GetDesiredAudioChunkDurationMs()
Dgoogle_one_shot_remote_engine.h31 static const int kAudioPacketIntervalMs; in NON_EXPORTED_BASE()
Dspeech_recognizer_impl_unittest.cc66 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs * in SpeechRecognizerImplTest()
402 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs + 1; in TEST_F()
430 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs; in TEST_F()
469 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs; in TEST_F()
Dgoogle_streaming_remote_engine.cc88 const int GoogleStreamingRemoteEngine::kAudioPacketIntervalMs = 100; member in content::GoogleStreamingRemoteEngine
217 return kAudioPacketIntervalMs; in GetDesiredAudioChunkDurationMs()
491 config_.audio_sample_rate * kAudioPacketIntervalMs / 1000); in CloseUpstreamAndWaitForResults()
Dgoogle_streaming_remote_engine.h53 static const int kAudioPacketIntervalMs; in NON_EXPORTED_BASE()
Dspeech_recognition_browsertest.cc75 ASSERT_EQ(GoogleStreamingRemoteEngine::kAudioPacketIntervalMs, in TestAudioControllerOpened()