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 85 sync_label == other.sync_label);
150 std::string sync_label; // Friendly name of cname. member in struct:cricket::StreamParams
streamparams.cc 92 if (!sync_label.empty()) {
93 ost << "sync_label:" << sync_label; local
  /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
mediasession.cc 200 // if a StreamParams exist for another Stream in streams with sync_label
201 // sync_label.
213 if (synch_label != stream_it->sync_label)
450 if (!GenerateCname(*current_streams, streams, stream_it->sync_label,
469 stream_param.sync_label = stream_it->sync_label;
971 const std::string& sync_label) {
972 streams.push_back(Stream(type, id, sync_label));
    [all...]
  /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...]
webrtcsdp_unittest.cc 452 video_stream1.sync_label = kStreamLabel1;
458 video_stream2.sync_label = kStreamLabel1;
464 video_stream3.sync_label = kStreamLabel2;
630 audio_stream1.sync_label = kStreamLabel1;
636 audio_stream2.sync_label = kStreamLabel2;
    [all...]
mediastreamsignaling_unittest.cc 193 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
201 EXPECT_EQ(options.streams[stream_index].sync_label, stream->label());
    [all...]

Completed in 129 milliseconds