Home
last modified time | relevance | path

Searched refs:VideoStreamPair (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/test/scenario/
Dvideo_stream.h51 friend class VideoStreamPair; variable
88 friend class VideoStreamPair; variable
109 class VideoStreamPair {
111 ~VideoStreamPair();
113 VideoStreamPair(const VideoStreamPair&) = delete;
114 VideoStreamPair& operator=(const VideoStreamPair&) = delete;
122 VideoStreamPair(CallClient* sender,
Dscenario.h91 VideoStreamPair* CreateVideoStream(
94 VideoStreamPair* CreateVideoStream(
174 std::vector<std::unique_ptr<VideoStreamPair>> video_streams_;
Dscenario.cc216 VideoStreamPair* Scenario::CreateVideoStream( in CreateVideoStream()
224 VideoStreamPair* Scenario::CreateVideoStream( in CreateVideoStream()
228 new VideoStreamPair(clients.first, clients.second, config)); in CreateVideoStream()
Dvideo_stream.cc621 VideoStreamPair::~VideoStreamPair() = default;
623 VideoStreamPair::VideoStreamPair(CallClient* sender, in VideoStreamPair() function in webrtc::test::VideoStreamPair
Dstats_collection_unittest.cc32 VideoStreamPair* video = s->CreateVideoStream(route->forward(), config); in CreateAnalyzedStream()
Dcall_client.h136 friend class VideoStreamPair; variable