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

  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.h 42 virtual void TakeAudioChunk(const AudioChunk& data) OVERRIDE;
speech_recognition_engine.h 24 // TakeAudioChunk For every audio chunk pushed.
70 // Called when the speech recognition begins, before any TakeAudioChunk call.
76 // No further TakeAudioChunk/AudioChunksEnded calls are allowed after this.
81 virtual void TakeAudioChunk(const AudioChunk& data) = 0;
google_one_shot_remote_engine_unittest.cc 62 client.TakeAudioChunk(*dummy_audio_chunk.get());
google_streaming_remote_engine.h 66 virtual void TakeAudioChunk(const AudioChunk& data) OVERRIDE;
107 // In case of EVENT_AUDIO_CHUNK, holds the chunk pushed by |TakeAudioChunk|.
google_one_shot_remote_engine.cc 235 void GoogleOneShotRemoteEngine::TakeAudioChunk(const AudioChunk& data) {
speech_recognizer_impl.cc 486 recognition_engine_->TakeAudioChunk(raw_audio);
590 // This is a little hack, since TakeAudioChunk() is already called by
593 recognition_engine_->TakeAudioChunk(*(event_args.audio_data.get()));
google_streaming_remote_engine_unittest.cc 386 engine_under_test_->TakeAudioChunk(*dummy_audio_chunk.get());
google_streaming_remote_engine.cc 103 void GoogleStreamingRemoteEngine::TakeAudioChunk(const AudioChunk& data) {

Completed in 83 milliseconds