Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dchannelmanager_unittest.cc221 TEST_F(ChannelManagerTest, SetVideoRtxEnabled) { in TEST_F() argument
230 EXPECT_TRUE(cm_->SetVideoRtxEnabled(true)); in TEST_F()
235 EXPECT_TRUE(cm_->SetVideoRtxEnabled(false)); in TEST_F()
241 EXPECT_FALSE(cm_->SetVideoRtxEnabled(true)); in TEST_F()
242 EXPECT_FALSE(cm_->SetVideoRtxEnabled(false)); in TEST_F()
246 EXPECT_TRUE(cm_->SetVideoRtxEnabled(true)); in TEST_F()
Dchannelmanager.h134 bool SetVideoRtxEnabled(bool enable);
Dchannelmanager.cc130 bool ChannelManager::SetVideoRtxEnabled(bool enable) { in SetVideoRtxEnabled() function in cricket::ChannelManager
/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactory.cc198 channel_manager_->SetVideoRtxEnabled(true); in Initialize()