Searched refs:VideoStreamPair (Results 1 – 6 of 6) sorted by relevance
51 friend class VideoStreamPair; variable88 friend class VideoStreamPair; variable109 class VideoStreamPair {111 ~VideoStreamPair();113 VideoStreamPair(const VideoStreamPair&) = delete;114 VideoStreamPair& operator=(const VideoStreamPair&) = delete;122 VideoStreamPair(CallClient* sender,
91 VideoStreamPair* CreateVideoStream(94 VideoStreamPair* CreateVideoStream(174 std::vector<std::unique_ptr<VideoStreamPair>> video_streams_;
216 VideoStreamPair* Scenario::CreateVideoStream( in CreateVideoStream()224 VideoStreamPair* Scenario::CreateVideoStream( in CreateVideoStream()228 new VideoStreamPair(clients.first, clients.second, config)); in CreateVideoStream()
621 VideoStreamPair::~VideoStreamPair() = default;623 VideoStreamPair::VideoStreamPair(CallClient* sender, in VideoStreamPair() function in webrtc::test::VideoStreamPair
32 VideoStreamPair* video = s->CreateVideoStream(route->forward(), config); in CreateAnalyzedStream()
136 friend class VideoStreamPair; variable