Searched refs:sync_label (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/talk/session/media/ |
D | mediasession.h | 122 const std::string& sync_label); 124 const std::string& sync_label, 132 const std::string& sync_label, 158 const std::string& sync_label, in Stream() 160 : type(type), id(id), sync_label(sync_label), in Stream() 165 std::string sync_label; member
|
D | mediasession.cc | 255 if (synch_label != stream_it->sync_label) in GenerateCname() 504 if (!GenerateCname(*current_streams, streams, stream_it->sync_label, in AddStreamParams() 537 stream_param.sync_label = stream_it->sync_label; in AddStreamParams() 1189 const std::string& sync_label) { in AddSendStream() argument 1190 AddSendStreamInternal(type, id, sync_label, 1); in AddSendStream() 1195 const std::string& sync_label, in AddSendVideoStream() argument 1197 AddSendStreamInternal(MEDIA_TYPE_VIDEO, id, sync_label, num_sim_layers); in AddSendVideoStream() 1203 const std::string& sync_label, in AddSendStreamInternal() argument 1205 streams.push_back(Stream(type, id, sync_label, num_sim_layers)); in AddSendStreamInternal()
|
D | mediasession_unittest.cc | 265 simulcast_params.sync_label = kMediaStream1; in CreateComplexVideoStreamParamsVec()
|
/external/webrtc/talk/media/base/ |
D | streamparams.h | 94 sync_label == other.sync_label); 167 std::string sync_label; // Friendly name of cname. member
|
D | streamparams.cc | 158 if (!sync_label.empty()) { in ToString() 159 ost << "sync_label:" << sync_label; in ToString()
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnection.cc | 387 const std::string& sync_label = channel->label(); in AddSendStreams() local 389 sync_label); in AddSendStreams() 1527 const std::string& stream_label = params.sync_label; in UpdateRemoteStreamsList() 1670 params->sync_label != info.stream_label) { in UpdateLocalTracks() 1683 const std::string& stream_label = params.sync_label; in UpdateLocalTracks() 1750 const std::string& channel_label = params.sync_label; in UpdateLocalRtpDataChannels() 1771 std::string label = params.sync_label.empty() in UpdateRemoteRtpDataChannels() 1773 : params.sync_label; in UpdateRemoteRtpDataChannels()
|
D | webrtcsdp.cc | 596 std::string sync_label; in CreateTracksFromSsrcInfos() local 603 sync_label = ssrc_info->mslabel; in CreateTracksFromSsrcInfos() 606 sync_label = ssrc_info->msid_identifier; in CreateTracksFromSsrcInfos() 611 if (sync_label.empty() || track_id.empty()) { in CreateTracksFromSsrcInfos() 629 track->sync_label = sync_label; in CreateTracksFromSsrcInfos() 642 labels->insert(it->sync_label); in GetMediaStreamLabels() 1441 if (track->sync_label.empty()) continue; in BuildRtpContentAttributes() 1476 << kSsrcAttributeMsid << kSdpDelimiterColon << track->sync_label in BuildRtpContentAttributes() 1485 AddSsrcLine(ssrc, kSsrcAttributeMslabel, track->sync_label, message); in BuildRtpContentAttributes()
|
D | webrtcsdp_unittest.cc | 568 video_stream1.sync_label = kStreamLabel1; in WebRtcSdpTest() 574 video_stream2.sync_label = kStreamLabel1; in WebRtcSdpTest() 580 video_stream3.sync_label = kStreamLabel2; in WebRtcSdpTest() 725 audio_stream1.sync_label = kStreamLabel1; in CreateAudioContentDescription() 731 audio_stream2.sync_label = kStreamLabel2; in CreateAudioContentDescription() 1128 data_stream.sync_label = kDataChannelLabel; in AddRtpDataChannel()
|
D | peerconnectioninterface_unittest.cc | 322 if (params.sync_label == stream_label && params.id == track_id) { in ContainsTrack() 1219 EXPECT_EQ(kStreamLabel1, video_desc->streams()[0].sync_label); in TEST_F()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine.cc | 2006 options_.combined_audio_video_bwe.value_or(false), sp.sync_label, in AddRecvStream()
|
D | webrtcvideoengine2.cc | 1094 config.sync_group = sp.sync_label; in AddRecvStream()
|
D | webrtcvideoengine2_unittest.cc | 1110 sp.sync_label = kSyncLabel; in TEST_F()
|
D | webrtcvoiceengine_unittest.cc | 2904 sp.sync_label = kSyncLabel; in TEST_F()
|