Home
last modified time | relevance | path

Searched refs:GetVideoSendStreams (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc605 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 …]
Dfake_webrtc_call.h296 const std::vector<FakeVideoSendStream*>& GetVideoSendStreams();
Dfake_webrtc_call.cc412 const std::vector<FakeVideoSendStream*>& FakeCall::GetVideoSendStreams() { in GetVideoSendStreams() function in cricket::FakeCall