Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/
Dtest_peer.cc45 std::vector<PeerConfigurerImpl::VideoSource> video_sources, in TestPeer() argument
53 video_sources_(std::move(video_sources)), in TestPeer()
Dpeer_configurer.h181 std::vector<VideoSource>* video_sources() { return &video_sources_; } in video_sources() function
202 auto video_sources = std::move(video_sources_); in ReleaseVideoSources() local
204 return video_sources; in ReleaseVideoSources()
Dtest_peer_factory.cc298 std::vector<PeerConfigurerImpl::VideoSource> video_sources = in CreateTestPeer() local
302 RTC_DCHECK_EQ(params->video_configs.size(), video_sources.size()); in CreateTestPeer()
346 std::move(params), std::move(video_sources), audio_processing, in CreateTestPeer()
Dtest_peer.h105 std::vector<PeerConfigurerImpl::VideoSource> video_sources,