Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvideo_sync_test.cc37 EXPECT_EQ(0, voe_vsync_->GetDelayEstimate(channel_, in CollectEstimatesDuring15Seconds()
77 EXPECT_EQ(-1, voe_vsync_->GetPlayoutTimestamp(channel_, ignored)); in TEST_F()
81 EXPECT_EQ(-1, voe_vsync_->SetInitTimestamp(channel_, 12345)); in TEST_F()
85 EXPECT_EQ(-1, voe_vsync_->SetInitSequenceNumber(channel_, 123)); in TEST_F()
90 EXPECT_EQ(0, voe_vsync_->SetInitTimestamp(channel_, 12345)); in TEST_F()
95 EXPECT_EQ(0, voe_vsync_->SetInitSequenceNumber(channel_, 123)); in TEST_F()
103 EXPECT_EQ(0, voe_vsync_->SetInitTimestamp(channel_, 12345)); in TEST_F()
104 EXPECT_EQ(0, voe_vsync_->SetInitSequenceNumber(channel_, 123)); in TEST_F()
115 EXPECT_EQ(0, voe_vsync_->SetInitTimestamp(channel_, 12345)); in TEST_F()
116 EXPECT_EQ(0, voe_vsync_->SetInitSequenceNumber(channel_, 123)); in TEST_F()
[all …]
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_standard_test.cc108 voe_vsync_(0), in VoETestManager()
140 voe_vsync_ = VoEVideoSync::GetInterface(voice_engine_); in GetInterfaces()
199 if (voe_vsync_) { in ReleaseInterfaces()
200 voe_vsync_->Release(); in ReleaseInterfaces()
201 voe_vsync_ = NULL; in ReleaseInterfaces()
Dvoe_standard_test.h169 return voe_vsync_; in VideoSyncPtr()
197 VoEVideoSync* voe_vsync_; variable
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_initialization_fixture.cc27 voe_vsync_ = webrtc::VoEVideoSync::GetInterface(voice_engine_); in BeforeInitializationFixture()
42 voe_vsync_->Release(); in ~BeforeInitializationFixture()
Dbefore_initialization_fixture.h66 webrtc::VoEVideoSync* voe_vsync_; variable