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

  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.h 45 virtual int GetDesiredAudioChunkDurationMs() const OVERRIDE;
speech_recognition_engine.h 80 // GetDesiredAudioChunkDurationMs().
92 virtual int GetDesiredAudioChunkDurationMs() const = 0;
google_streaming_remote_engine.h 69 virtual int GetDesiredAudioChunkDurationMs() const OVERRIDE;
google_one_shot_remote_engine.cc 295 int GoogleOneShotRemoteEngine::GetDesiredAudioChunkDurationMs() const {
google_streaming_remote_engine.cc 200 int GoogleStreamingRemoteEngine::GetDesiredAudioChunkDurationMs() const {
speech_recognizer_impl.cc 512 int chunk_duration_ms = recognition_engine_->GetDesiredAudioChunkDurationMs();

Completed in 152 milliseconds