HomeSort by relevance Sort by last modified time
    Searched refs:SetVideoRtxEnabled (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/session/media/
channelmanager_unittest.cc 221 TEST_F(ChannelManagerTest, SetVideoRtxEnabled) {
230 EXPECT_TRUE(cm_->SetVideoRtxEnabled(true));
235 EXPECT_TRUE(cm_->SetVideoRtxEnabled(false));
241 EXPECT_FALSE(cm_->SetVideoRtxEnabled(true));
242 EXPECT_FALSE(cm_->SetVideoRtxEnabled(false));
246 EXPECT_TRUE(cm_->SetVideoRtxEnabled(true));
channelmanager.h 134 bool SetVideoRtxEnabled(bool enable);
channelmanager.cc 130 bool ChannelManager::SetVideoRtxEnabled(bool enable) {
  /external/webrtc/talk/app/webrtc/
peerconnectionfactory.cc 198 channel_manager_->SetVideoRtxEnabled(true);

Completed in 54 milliseconds