Home
last modified time | relevance | path

Searched refs:FindVideoTrack (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/pc/
Dstream_collection.h63 virtual MediaStreamTrackInterface* FindVideoTrack(const std::string& id) { in FindVideoTrack() function
65 MediaStreamTrackInterface* track = media_streams_[i]->FindVideoTrack(id); in FindVideoTrack()
Dmedia_stream.h36 rtc::scoped_refptr<VideoTrackInterface> FindVideoTrack(
Dmedia_stream.cc65 rtc::scoped_refptr<VideoTrackInterface> MediaStream::FindVideoTrack( in FindVideoTrack() function in webrtc::MediaStream
Dmedia_stream_unittest.cc102 EXPECT_TRUE(stream_->FindVideoTrack(video_track->id()).get() == in TEST_F()
Dvideo_rtp_receiver_unittest.cc62 return receiver_->streams()[0]->FindVideoTrack("receiver")->GetSource(); in Source()
Dpeer_connection.cc5433 stream->FindVideoTrack(sender_info.sender_id); in OnRemoteSenderRemoved()
/external/webrtc/api/
Dmedia_stream_proxy.h32 FindVideoTrack,
Dmedia_stream_interface.h322 virtual rtc::scoped_refptr<VideoTrackInterface> FindVideoTrack(
Dpeer_connection_interface.h137 virtual MediaStreamTrackInterface* FindVideoTrack(const std::string& id) = 0;