Searched refs:GetVideoSendStreams (Results 1 – 3 of 3) sorted by relevance
605 FakeVideoSendStream* stream = fake_call->GetVideoSendStreams()[0]; in TEST_F()2445 size_t num_streams = fake_call_->GetVideoSendStreams().size(); in AddSendStream()2448 fake_call_->GetVideoSendStreams(); in AddSendStream()2454 return fake_call_->GetVideoSendStreams(); in GetFakeSendStreams()2513 fake_call_->GetVideoSendStreams()[0]->GetConfig(); in TestExtmapAllowMixedCaller()2524 fake_call_->GetVideoSendStreams()[0]->GetConfig(); in TestExtmapAllowMixedCallee()2551 ASSERT_EQ(1u, fake_call_->GetVideoSendStreams().size()); in TestSetSendRtpHeaderExtensions()2552 send_stream = fake_call_->GetVideoSendStreams()[0]; in TestSetSendRtpHeaderExtensions()2558 send_stream = fake_call_->GetVideoSendStreams()[0]; in TestSetSendRtpHeaderExtensions()2662 return fake_call_->GetVideoSendStreams().back(); in SetDenoisingOption()[all …]
296 const std::vector<FakeVideoSendStream*>& GetVideoSendStreams();
412 const std::vector<FakeVideoSendStream*>& FakeCall::GetVideoSendStreams() { in GetVideoSendStreams() function in cricket::FakeCall