Searched defs:sync_label (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/talk/media/base/
H A Dstreamparams.cc158 if (!sync_label.empty()) {
159 ost << "sync_label:" << sync_label; local
H A Dstreamparams.h94 sync_label == other.sync_label);
167 std::string sync_label; // Friendly name of cname. member in struct:cricket::StreamParams
/external/webrtc/talk/session/media/
H A Dmediasession.h118 // All streams with the same sync_label will get the same CNAME.
122 const std::string& sync_label);
124 const std::string& sync_label,
132 const std::string& sync_label,
158 const std::string& sync_label,
160 : type(type), id(id), sync_label(sync_label),
165 std::string sync_label; member in struct:cricket::MediaSessionOptions::Stream
156 Stream(MediaType type, const std::string& id, const std::string& sync_label, int num_sim_layers) argument
H A Dmediasession.cc242 // if a StreamParams exist for another Stream in streams with sync_label
243 // sync_label.
255 if (synch_label != stream_it->sync_label)
504 if (!GenerateCname(*current_streams, streams, stream_it->sync_label,
537 stream_param.sync_label = stream_it->sync_label;
1189 const std::string& sync_label) {
1190 AddSendStreamInternal(type, id, sync_label, 1);
1195 const std::string& sync_label,
1197 AddSendStreamInternal(MEDIA_TYPE_VIDEO, id, sync_label, num_sim_layer
1187 AddSendStream(MediaType type, const std::string& id, const std::string& sync_label) argument
1193 AddSendVideoStream( const std::string& id, const std::string& sync_label, int num_sim_layers) argument
1200 AddSendStreamInternal( MediaType type, const std::string& id, const std::string& sync_label, int num_sim_layers) argument
[all...]
/external/webrtc/talk/app/webrtc/
H A Dpeerconnection.cc382 // |streamid| and |sync_label| are both set to the DataChannel label
384 // For MediaStreams, the sync_label is the MediaStream label and the
387 const std::string& sync_label = channel->label(); local
389 sync_label);
1525 // The sync_label is the MediaStream label and the |stream.id| is the
1527 const std::string& stream_label = params.sync_label;
1670 params->sync_label != info.stream_label) {
1681 // The sync_label is the MediaStream label and the |stream.id| is the
1683 const std::string& stream_label = params.sync_label;
1745 // |it->sync_label| i
[all...]
H A Dwebrtcsdp.cc596 std::string sync_label; local
603 sync_label = ssrc_info->mslabel;
606 sync_label = ssrc_info->msid_identifier;
611 if (sync_label.empty() || track_id.empty()) {
629 track->sync_label = sync_label;
642 labels->insert(it->sync_label);
1438 // ie the sync_label is set. This extra check is necessary since the
1441 if (track->sync_label.empty()) continue;
1476 << kSsrcAttributeMsid << kSdpDelimiterColon << track->sync_label
[all...]

Completed in 210 milliseconds