Searched refs:sync_label (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.h94 sync_label == other.sync_label);
169 std::string sync_label; // Friendly name of cname. member in struct:cricket::StreamParams
H A Dstreamparams.cc94 if (!sync_label.empty()) {
95 ost << "sync_label:" << sync_label; local
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.h110 // All streams with the same sync_label will get the same CNAME.
114 const std::string& sync_label);
116 const std::string& sync_label,
124 const std::string& sync_label,
142 const std::string& sync_label,
144 : type(type), id(id), sync_label(sync_label),
149 std::string sync_label; member in struct:cricket::MediaSessionOptions::Stream
140 Stream(MediaType type, const std::string& id, const std::string& sync_label, int num_sim_layers) argument
H A Dmediasession.cc210 // if a StreamParams exist for another Stream in streams with sync_label
211 // sync_label.
223 if (synch_label != stream_it->sync_label)
474 if (!GenerateCname(*current_streams, streams, stream_it->sync_label,
503 stream_param.sync_label = stream_it->sync_label;
1080 const std::string& sync_label) {
1081 AddStreamInternal(type, id, sync_label, 1);
1086 const std::string& sync_label,
1088 AddStreamInternal(MEDIA_TYPE_VIDEO, id, sync_label, num_sim_layer
1078 AddStream(MediaType type, const std::string& id, const std::string& sync_label) argument
1084 AddVideoStream( const std::string& id, const std::string& sync_label, int num_sim_layers) argument
1091 AddStreamInternal( MediaType type, const std::string& id, const std::string& sync_label, int num_sim_layers) argument
[all...]
H A Dmediasession_unittest.cc234 simulcast_params.sync_label = kMediaStream1;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.cc173 // |streamid| and |sync_label| are both set to the DataChannel label
175 // For MediaStreams, the sync_label is the MediaStream label and the
178 const std::string& sync_label = channel->label(); local
180 cricket::MEDIA_TYPE_DATA, streamid, sync_label);
618 // The sync_label is the MediaStream label and the |stream.id| is the
620 const std::string& stream_label = it->sync_label;
794 params.id != info.track_id || params.sync_label != info.stream_label) {
806 // The sync_label is the MediaStream label and the |stream.id| is the
808 const std::string& stream_label = it->sync_label;
894 // |it->sync_label| i
[all...]
H A Dwebrtcsdp.cc591 std::string sync_label; local
598 sync_label = ssrc_info->mslabel;
601 sync_label = ssrc_info->msid_identifier;
606 if (sync_label.empty() || track_id.empty()) {
624 track->sync_label = sync_label;
637 labels->insert(it->sync_label);
1437 // ie the sync_label is set. This extra check is necessary since the
1440 if (track->sync_label.empty()) continue;
1475 << kSsrcAttributeMsid << kSdpDelimiterColon << track->sync_label
[all...]
H A Dwebrtcsdp_unittest.cc544 video_stream1.sync_label = kStreamLabel1;
550 video_stream2.sync_label = kStreamLabel1;
556 video_stream3.sync_label = kStreamLabel2;
716 audio_stream1.sync_label = kStreamLabel1;
722 audio_stream2.sync_label = kStreamLabel2;
1090 data_stream.sync_label = kDataChannelLabel;
H A Dmediastreamsignaling_unittest.cc217 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
225 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());

Completed in 359 milliseconds