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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.cc 94 if (!sync_label.empty()) {
95 ost << "sync_label:" << sync_label; local
streamparams.h 94 sync_label == other.sync_label);
159 std::string sync_label; // Friendly name of cname. member in struct:cricket::StreamParams
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 555 // |streamid| and |sync_label| are both set to the DataChannel label
557 // For MediaStreams, the sync_label is the MediaStream label and the
560 const std::string& sync_label = channel->label(); local
561 options_.AddStream(cricket::MEDIA_TYPE_DATA, streamid, sync_label);
590 // The sync_label is the MediaStream label and the |stream.id| is the
592 const std::string& stream_label = it->sync_label;
766 params.id != info.track_id || params.sync_label != info.stream_label) {
778 // The sync_label is the MediaStream label and the |stream.id| is the
780 const std::string& stream_label = it->sync_label;
    [all...]
webrtcsdp.cc 614 std::string sync_label; local
621 sync_label = ssrc_info->mslabel;
624 sync_label = ssrc_info->msid_identifier;
629 if (sync_label.empty() || track_id.empty()) {
647 track->sync_label = sync_label;
660 labels->insert(it->sync_label);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 110 // 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

Completed in 307 milliseconds