Searched refs:voe_xmedia_ (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | external_media_test.cc | 21 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/ |
D | voe_standard_test.cc | 100 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()
|
D | voe_standard_test.h | 173 return voe_xmedia_; in ExternalMediaPtr() 189 VoEExternalMedia* voe_xmedia_; variable
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
D | before_initialization_fixture.cc | 29 voe_xmedia_ = webrtc::VoEExternalMedia::GetInterface(voice_engine_); in BeforeInitializationFixture() 44 voe_xmedia_->Release(); in ~BeforeInitializationFixture()
|
D | before_initialization_fixture.h | 68 webrtc::VoEExternalMedia* voe_xmedia_; variable
|