HomeSort by relevance Sort by last modified time
    Searched refs:sync_label (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.h 94 sync_label == other.sync_label);
159 std::string sync_label; // Friendly name of cname. member in struct:cricket::StreamParams
streamparams.cc 94 if (!sync_label.empty()) {
95 ost << "sync_label:" << sync_label; local
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 103 // All streams with the same sync_label will get the same CNAME.
107 const std::string& sync_label);
109 const std::string& sync_label,
117 const std::string& sync_label,
135 const std::string& sync_label,
137 : type(type), id(id), sync_label(sync_label),
142 std::string sync_label; member in struct:cricket::MediaSessionOptions::Stream
mediasession.cc 206 // if a StreamParams exist for another Stream in streams with sync_label
207 // sync_label.
219 if (synch_label != stream_it->sync_label)
456 if (!GenerateCname(*current_streams, streams, stream_it->sync_label,
485 stream_param.sync_label = stream_it->sync_label;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 536 // |streamid| and |sync_label| are both set to the DataChannel label
538 // For MediaStreams, the sync_label is the MediaStream label and the
541 const std::string& sync_label = channel->label(); local
542 options_.AddStream(cricket::MEDIA_TYPE_DATA, streamid, sync_label);
571 // The sync_label is the MediaStream label and the |stream.id| is the
573 const std::string& stream_label = it->sync_label;
757 // The sync_label is the MediaStream label and the |stream.id| is the
759 const std::string& stream_label = it->sync_label;
843 // |it->sync_label| is actually the data channel label. The reason is that
846 // For MediaStreams, the sync_label is the MediaStream label and th
    [all...]
webrtcsdp.cc 603 std::string sync_label; local
610 sync_label = ssrc_info->mslabel;
613 sync_label = ssrc_info->msid_identifier;
618 if (sync_label.empty() || track_id.empty()) {
636 track->sync_label = sync_label;
649 labels->insert(it->sync_label);
    [all...]
webrtcsdp_unittest.cc 453 video_stream1.sync_label = kStreamLabel1;
459 video_stream2.sync_label = kStreamLabel1;
465 video_stream3.sync_label = kStreamLabel2;
625 audio_stream1.sync_label = kStreamLabel1;
631 audio_stream2.sync_label = kStreamLabel2;
    [all...]
mediastreamsignaling_unittest.cc 197 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
205 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
    [all...]

Completed in 81 milliseconds