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

  /external/webrtc/talk/session/media/
channel.h 157 const std::vector<StreamParams>& remote_streams() const { function in class:cricket::BaseChannel
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 675 PeerConnection::remote_streams() { function in class:webrtc::PeerConnection
    [all...]
peerconnection_unittest.cc 258 rtc::scoped_refptr<StreamCollectionInterface> remote_streams = variable
259 pc()->remote_streams();
263 if (remote_streams->FindVideoTrack(it->first) == nullptr) {
272 for (size_t stream_index = 0; stream_index < remote_streams->count();
274 MediaStreamInterface* remote_stream = remote_streams->at(stream_index);
679 return pc()->remote_streams()->count();
682 StreamCollectionInterface* remote_streams() { function in class:PeerConnectionTestClient
687 return pc()->remote_streams();
1388 StreamCollectionInterface* remote_streams = local
1418 StreamCollectionInterface* remote_streams = local
    [all...]
peerconnectioninterface_unittest.cc 445 StreamCollectionInterface* remote_streams() const { return remote_streams_; } function in class:__anon43823::MockPeerConnectionObserver
    [all...]

Completed in 140 milliseconds