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

  /external/webrtc/webrtc/modules/audio_conference_mixer/include/
audio_conference_mixer_defines.h 28 virtual int32_t GetAudioFrame(int32_t id,
35 // for future GetAudioFrame(..) calls.
  /external/webrtc/webrtc/voice_engine/
voe_external_media_impl.h 29 int GetAudioFrame(int channel,
voe_external_media_impl.cc 125 int VoEExternalMediaImpl::GetAudioFrame(int channel, int desired_sample_rate_hz,
135 "GetAudioFrame() failed to locate channel");
140 "GetAudioFrame() was called on channel that is not"
147 "GetAudioFrame() was called on channel that is not playing.");
152 "GetAudioFrame() was called with bad sample rate.");
157 return channelPtr->GetAudioFrame(channel, frame);
channel.h 401 int32_t GetAudioFrame(int32_t id, AudioFrame* audioFrame) override;
channel.cc 523 int32_t Channel::GetAudioFrame(int32_t id, AudioFrame* audioFrame)
536 "Channel::GetAudioFrame() PlayoutData10Ms() failed!");
    [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_external_media.h 71 virtual int GetAudioFrame(int channel,
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
external_media_test.cc 60 EXPECT_EQ(-1, voe_xmedia_->GetAudioFrame(channel_, 0, &frame));
84 EXPECT_EQ(0, voe_xmedia_->GetAudioFrame(channel_, 0, &frame));
101 EXPECT_EQ(0, voe_xmedia_->GetAudioFrame(channel_, f, &frame))
120 EXPECT_EQ(-1, voe_xmedia_->GetAudioFrame(channel_, f, &frame))
  /external/webrtc/webrtc/modules/audio_conference_mixer/test/
audio_conference_mixer_unittest.cc 34 ON_CALL(*this, GetAudioFrame(_, _))
37 MOCK_METHOD2(GetAudioFrame,
134 EXPECT_CALL(participants[i], GetAudioFrame(_, _))
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 557 if((*participant)->GetAudioFrame(_id, audioFrame) != 0) {
559 "failed to GetAudioFrame() from participant");
712 // The GetAudioFrame() callback may result in the participant being removed
733 if((*participant)->GetAudioFrame(_id, audioFrame) != 0) {
735 "failed to GetAudioFrame() from participant");
    [all...]
  /external/webrtc/webrtc/test/
mock_voice_engine.h 167 MOCK_METHOD3(GetAudioFrame,

Completed in 178 milliseconds