Searched refs:FindVideoTrack (Results 1 – 9 of 9) sorted by relevance
63 virtual MediaStreamTrackInterface* FindVideoTrack(const std::string& id) { in FindVideoTrack() function65 MediaStreamTrackInterface* track = media_streams_[i]->FindVideoTrack(id); in FindVideoTrack()
36 rtc::scoped_refptr<VideoTrackInterface> FindVideoTrack(
65 rtc::scoped_refptr<VideoTrackInterface> MediaStream::FindVideoTrack( in FindVideoTrack() function in webrtc::MediaStream
102 EXPECT_TRUE(stream_->FindVideoTrack(video_track->id()).get() == in TEST_F()
62 return receiver_->streams()[0]->FindVideoTrack("receiver")->GetSource(); in Source()
5433 stream->FindVideoTrack(sender_info.sender_id); in OnRemoteSenderRemoved()
32 FindVideoTrack,
322 virtual rtc::scoped_refptr<VideoTrackInterface> FindVideoTrack(
137 virtual MediaStreamTrackInterface* FindVideoTrack(const std::string& id) = 0;