Searched refs:GetAudioFrame (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | external_media_test.cc | 60 EXPECT_EQ(-1, voe_xmedia_->GetAudioFrame(channel_, 0, &frame)); in TEST_F() 84 EXPECT_EQ(0, voe_xmedia_->GetAudioFrame(channel_, 0, &frame)); in TEST_F() 101 EXPECT_EQ(0, voe_xmedia_->GetAudioFrame(channel_, f, &frame)) in TEST_F() 120 EXPECT_EQ(-1, voe_xmedia_->GetAudioFrame(channel_, f, &frame)) in TEST_F()
|
/external/webrtc/webrtc/modules/audio_conference_mixer/test/ |
D | audio_conference_mixer_unittest.cc | 34 ON_CALL(*this, GetAudioFrame(_, _)) in MockMixerParticipant() 37 MOCK_METHOD2(GetAudioFrame, 134 EXPECT_CALL(participants[i], GetAudioFrame(_, _)) in TEST()
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_external_media_impl.cc | 125 int VoEExternalMediaImpl::GetAudioFrame(int channel, int desired_sample_rate_hz, in GetAudioFrame() function in webrtc::VoEExternalMediaImpl 157 return channelPtr->GetAudioFrame(channel, frame); in GetAudioFrame()
|
D | voe_external_media_impl.h | 29 int GetAudioFrame(int channel,
|
D | channel.h | 401 int32_t GetAudioFrame(int32_t id, AudioFrame* audioFrame) override;
|
D | channel.cc | 523 int32_t Channel::GetAudioFrame(int32_t id, AudioFrame* audioFrame) in GetAudioFrame() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/modules/audio_conference_mixer/include/ |
D | audio_conference_mixer_defines.h | 28 virtual int32_t GetAudioFrame(int32_t id,
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_external_media.h | 71 virtual int GetAudioFrame(int channel,
|
/external/webrtc/webrtc/modules/audio_conference_mixer/source/ |
D | audio_conference_mixer_impl.cc | 557 if((*participant)->GetAudioFrame(_id, audioFrame) != 0) { in UpdateToMix() 733 if((*participant)->GetAudioFrame(_id, audioFrame) != 0) { in GetAdditionalAudio()
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 167 MOCK_METHOD3(GetAudioFrame,
|