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

  /external/chromium_org/content/browser/speech/
audio_encoder.h 34 // |GetEncodedDataAndClear| to read the result after this call or when
42 scoped_refptr<AudioChunk> GetEncodedDataAndClear();
google_one_shot_remote_engine.cc 236 scoped_refptr<AudioChunk> encoded_data(encoder_->GetEncodedDataAndClear());
255 encoder_->GetEncodedDataAndClear());
audio_encoder.cc 190 scoped_refptr<AudioChunk> AudioEncoder::GetEncodedDataAndClear() {
google_streaming_remote_engine.cc 387 scoped_refptr<AudioChunk> encoded_data(encoder_->GetEncodedDataAndClear());
498 encoder_->GetEncodedDataAndClear();

Completed in 57 milliseconds