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

  /external/webrtc/talk/app/webrtc/
peerconnection.h 148 TrackInfo(const std::string& stream_label,
151 : stream_label(stream_label), track_id(track_id), ssrc(ssrc) {}
153 return this->stream_label == other.stream_label &&
156 std::string stream_label; member in struct:webrtc::PeerConnection::TrackInfo
247 void OnRemoteTrackSeen(const std::string& stream_label,
255 void OnRemoteTrackRemoved(const std::string& stream_label,
280 void OnLocalTrackSeen(const std::string& stream_label,
290 void OnLocalTrackRemoved(const std::string& stream_label,
    [all...]
peerconnection.cc 407 const std::string& stream_label) {
409 MediaStream::Create(stream_label));
1527 const std::string& stream_label = params.sync_label; local
1683 const std::string& stream_label = params.sync_label; local
    [all...]
peerconnection_unittest.cc 107 static const char kStreamLabelBase[] = "stream_label";
294 std::string stream_label = local
298 peer_connection_factory_->CreateLocalMediaStream(stream_label);
301 stream->AddTrack(CreateLocalAudioTrack(stream_label));
304 stream->AddTrack(CreateLocalVideoTrack(stream_label));
404 const std::string& stream_label) {
412 std::string label = stream_label + kAudioTrackLabelBase;
417 const std::string& stream_label) {
428 std::string label = stream_label + kVideoTrackLabelBase;
    [all...]

Completed in 77 milliseconds