Home | History | Annotate | Download | only in webrtc

Lines Matching refs:stream_label

319                    const std::string& stream_label,
322 if (params.sync_label == stream_label && params.id == track_id) {
649 void AddAudioVideoStream(const std::string& stream_label,
654 pc_factory_->CreateLocalMediaStream(stream_label));
855 // the same label as |stream_label|. In a few of the tests in this file we
859 void WaitAndVerifyOnAddStream(const std::string& stream_label) {
860 EXPECT_EQ_WAIT(stream_label, observer_.GetLastAddedStreamLabel(), kTimeout);