• Home
  • Raw
  • Download

Lines Matching refs:GetVideoSendStreams

435   FakeVideoSendStream* stream = fake_call->GetVideoSendStreams()[0];  in TEST_F()
488 FakeVideoSendStream* stream = fake_call->GetVideoSendStreams()[0]; in TEST_F()
917 size_t num_streams = fake_call_->GetVideoSendStreams().size(); in AddSendStream()
920 fake_call_->GetVideoSendStreams(); in AddSendStream()
926 return fake_call_->GetVideoSendStreams(); in GetFakeSendStreams()
989 ASSERT_EQ(1u, fake_call_->GetVideoSendStreams().size()); in TestSetSendRtpHeaderExtensions()
990 send_stream = fake_call_->GetVideoSendStreams()[0]; in TestSetSendRtpHeaderExtensions()
996 send_stream = fake_call_->GetVideoSendStreams()[0]; in TestSetSendRtpHeaderExtensions()
1075 return fake_call_->GetVideoSendStreams().back(); in SetDenoisingOption()
1510 send_stream = fake_call_->GetVideoSendStreams()[0]; in TEST_F()
1519 send_stream = fake_call_->GetVideoSendStreams()[0]; in TEST_F()
1578 ASSERT_EQ(1u, fake_call_->GetVideoSendStreams().size()); in TEST_F()
1579 FakeVideoSendStream* send_stream = fake_call_->GetVideoSendStreams().front(); in TEST_F()
1630 ASSERT_EQ(1u, fake_call_->GetVideoSendStreams().size()); in TEST_F()
1631 FakeVideoSendStream* send_stream = fake_call_->GetVideoSendStreams().front(); in TEST_F()
1673 stream = fake_call_->GetVideoSendStreams()[0]; in TEST_F()
1873 ASSERT_EQ(1u, fake_call_->GetVideoSendStreams().size()); in TestCpuAdaptation()
1874 FakeVideoSendStream* send_stream = fake_call_->GetVideoSendStreams().front(); in TestCpuAdaptation()
2015 stream = fake_call_->GetVideoSendStreams()[0]; in TEST_F()
2043 streams = fake_call_->GetVideoSendStreams()[0]->GetVideoStreams(); in TEST_F()
2403 stream1 = fake_call_->GetVideoSendStreams()[0]; in TEST_F()
2517 ASSERT_EQ(1u, fake_call_->GetVideoSendStreams().size()); in TEST_F()
2519 fake_call_->GetVideoSendStreams().front()->GetConfig().overuse_callback; in TEST_F()
2594 ASSERT_EQ(1u, fake_call_->GetVideoSendStreams().size()); in TEST_F()
2596 fake_call_->GetVideoSendStreams().front()->GetConfig().overuse_callback; in TEST_F()
2609 fake_call_->GetVideoSendStreams().front()->SetStats(stats); in TEST_F()
2628 fake_call_->GetVideoSendStreams().front()->SetStats(stats); in TEST_F()
3285 fake_call_.GetVideoSendStreams().size(); in AddSendStream()
3288 fake_call_.GetVideoSendStreams(); in AddSendStream()
3294 return fake_call_.GetVideoSendStreams(); in GetFakeSendStreams()