Home
last modified time | relevance | path

Searched refs:voe_xmedia_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dexternal_media_test.cc21 EXPECT_EQ(0, voe_xmedia_->RegisterExternalMediaProcessing( in TestRegisterExternalMedia()
26 EXPECT_EQ(0, voe_xmedia_->DeRegisterExternalMediaProcessing( in TestRegisterExternalMedia()
53 EXPECT_EQ(-1, voe_xmedia_->SetExternalMixing(channel_, true)); in TEST_F()
54 EXPECT_EQ(-1, voe_xmedia_->SetExternalMixing(channel_, false)); in TEST_F()
60 EXPECT_EQ(-1, voe_xmedia_->GetAudioFrame(channel_, 0, &frame)); in TEST_F()
66 ASSERT_EQ(0, voe_xmedia_->SetExternalMixing(channel_, true)); in TEST_F()
71 ASSERT_EQ(0, voe_xmedia_->SetExternalMixing(channel_, false)); in TEST_F()
82 EXPECT_EQ(0, voe_xmedia_->SetExternalMixing(channel_, true)); in TEST_F()
84 EXPECT_EQ(0, voe_xmedia_->GetAudioFrame(channel_, 0, &frame)); in TEST_F()
88 EXPECT_EQ(0, voe_xmedia_->SetExternalMixing(channel_, false)); in TEST_F()
[all …]
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_standard_test.cc100 voe_xmedia_(0), in VoETestManager()
155 voe_xmedia_ = VoEExternalMedia::GetInterface(voice_engine_); in GetInterfaces()
209 if (voe_xmedia_) { in ReleaseInterfaces()
210 voe_xmedia_->Release(); in ReleaseInterfaces()
211 voe_xmedia_ = NULL; in ReleaseInterfaces()
Dvoe_standard_test.h173 return voe_xmedia_; in ExternalMediaPtr()
189 VoEExternalMedia* voe_xmedia_; variable
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_initialization_fixture.cc29 voe_xmedia_ = webrtc::VoEExternalMedia::GetInterface(voice_engine_); in BeforeInitializationFixture()
44 voe_xmedia_->Release(); in ~BeforeInitializationFixture()
Dbefore_initialization_fixture.h68 webrtc::VoEExternalMedia* voe_xmedia_; variable