HomeSort by relevance Sort by last modified time
    Searched refs:stream_label (Results 1 - 5 of 5) 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...]
peerconnectioninterface_unittest.cc 319 const std::string& stream_label,
322 if (params.sync_label == stream_label && params.id == track_id) {
649 void AddAudioVideoStream(const std::string& stream_label,
654 pc_factory_->CreateLocalMediaStream(stream_label));
855 // the same label as |stream_label|. In a few of the tests in this file we
859 void WaitAndVerifyOnAddStream(const std::string& stream_label) {
860 EXPECT_EQ_WAIT(stream_label, observer_.GetLastAddedStreamLabel(), kTimeout);
    [all...]
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 437 dfsan_label size_label, dfsan_label stream_label,
    [all...]

Completed in 1221 milliseconds