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);
169 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 173 // |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;
    [all...]
webrtcsdp.cc 591 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);
    [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 181 milliseconds