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

  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.h 31 static const int kAudioPacketIntervalMs;
google_one_shot_remote_engine.cc 148 const int GoogleOneShotRemoteEngine::kAudioPacketIntervalMs = 100;
251 config_.audio_sample_rate * kAudioPacketIntervalMs / 1000);
296 return kAudioPacketIntervalMs;
google_streaming_remote_engine.h 53 static const int kAudioPacketIntervalMs;
speech_recognition_browsertest.cc 75 ASSERT_EQ(GoogleStreamingRemoteEngine::kAudioPacketIntervalMs,
speech_recognizer_impl_unittest.cc 66 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs *
416 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs + 1;
443 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs;
480 GoogleOneShotRemoteEngine::kAudioPacketIntervalMs;
google_streaming_remote_engine.cc 72 const int GoogleStreamingRemoteEngine::kAudioPacketIntervalMs = 100;
201 return kAudioPacketIntervalMs;
475 config_.audio_sample_rate * kAudioPacketIntervalMs / 1000);

Completed in 196 milliseconds