Searched refs:Get10MsAudio (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_receive_test.cc94 EXPECT_TRUE(acm_->Get10MsAudio(&output_frame));
H A Daudio_coding_module_unittest.cc182 ASSERT_TRUE(acm_->Get10MsAudio(&audio_frame));
274 EXPECT_TRUE(acm_->Get10MsAudio(&audio_frame));
H A Daudio_coding_module_impl.h442 virtual bool Get10MsAudio(AudioFrame* audio_frame) OVERRIDE;
H A Daudio_coding_module_impl.cc2144 bool AudioCodingImpl::Get10MsAudio(AudioFrame* audio_frame) { function in class:webrtc::AudioCodingImpl
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
H A Daudio_coding_module.h1127 // the latest audio delivered by Get10MsAudio(). Returns false if no timestamp
1133 virtual bool Get10MsAudio(AudioFrame* audio_frame) = 0;
1177 // Returns the timing statistics for calls to Get10MsAudio.

Completed in 414 milliseconds