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 92 if (!sync_label.empty()) {
93 ost << "sync_label:" << sync_label; local
streamparams.h 85 sync_label == other.sync_label);
150 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 515 // |streamid| and |sync_label| are both set to the DataChannel label
517 // For MediaStreams, the sync_label is the MediaStream label and the
520 const std::string& sync_label = channel->label(); local
521 options_.AddStream(cricket::MEDIA_TYPE_DATA, streamid, sync_label);
550 // The sync_label is the MediaStream label and the |stream.id| is the
552 const std::string& stream_label = it->sync_label;
724 // The sync_label is the MediaStream label and the |stream.id| is the
726 const std::string& stream_label = it->sync_label;
810 // |it->sync_label| is actually the data channel label. The reason is that
813 // For MediaStreams, the sync_label is the MediaStream label and th
    [all...]
webrtcsdp.cc 595 std::string sync_label; local
602 sync_label = ssrc_info->mslabel;
605 sync_label = ssrc_info->msid_identifier;
610 if (sync_label.empty() || track_id.empty()) {
628 track->sync_label = sync_label;
641 labels->insert(it->sync_label);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 107 // All streams with the same sync_label will get the same CNAME.
111 const std::string& sync_label);
129 const std::string& sync_label)
130 : type(type), id(id), sync_label(sync_label) {
134 std::string sync_label; member in struct:cricket::MediaSessionOptions::Stream

Completed in 132 milliseconds