Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dchannel_manager_unittest.cc140 TEST_F(ChannelManagerTest, SetVideoRtxEnabled) { in TEST_F() argument
152 EXPECT_TRUE(cm_->SetVideoRtxEnabled(true)); in TEST_F()
159 EXPECT_TRUE(cm_->SetVideoRtxEnabled(false)); in TEST_F()
167 EXPECT_FALSE(cm_->SetVideoRtxEnabled(true)); in TEST_F()
168 EXPECT_FALSE(cm_->SetVideoRtxEnabled(false)); in TEST_F()
172 EXPECT_TRUE(cm_->SetVideoRtxEnabled(true)); in TEST_F()
Dchannel_manager.h148 bool SetVideoRtxEnabled(bool enable);
Dchannel_manager.cc51 bool ChannelManager::SetVideoRtxEnabled(bool enable) { in SetVideoRtxEnabled() function in cricket::ChannelManager
Dpeer_connection_factory.cc149 channel_manager_->SetVideoRtxEnabled(true); in Initialize()