Home
last modified time | relevance | path

Searched refs:SetVideoRtxEnabled (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannelmanager_unittest.cc578 TEST_F(ChannelManagerTest, SetVideoRtxEnabled) { in TEST_F() argument
587 EXPECT_TRUE(cm_->SetVideoRtxEnabled(true)); in TEST_F()
592 EXPECT_TRUE(cm_->SetVideoRtxEnabled(false)); in TEST_F()
598 EXPECT_FALSE(cm_->SetVideoRtxEnabled(true)); in TEST_F()
599 EXPECT_FALSE(cm_->SetVideoRtxEnabled(false)); in TEST_F()
603 EXPECT_TRUE(cm_->SetVideoRtxEnabled(true)); in TEST_F()
Dchannelmanager.h168 bool SetVideoRtxEnabled(bool enable);
Dchannelmanager.cc160 bool ChannelManager::SetVideoRtxEnabled(bool enable) { in SetVideoRtxEnabled() function in cricket::ChannelManager
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dpeerconnectionfactory.cc251 channel_manager_->SetVideoRtxEnabled(true); in Initialize_s()