Home
last modified time | relevance | path

Searched refs:TestVideoCapturerVideoTrackSource (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/test/pc/e2e/media/
Dtest_video_capturer_video_track_source.h25 class TestVideoCapturerVideoTrackSource : public VideoTrackSource {
27 TestVideoCapturerVideoTrackSource( in TestVideoCapturerVideoTrackSource() function
34 ~TestVideoCapturerVideoTrackSource() = default;
Dmedia_helper.cc50 std::vector<rtc::scoped_refptr<TestVideoCapturerVideoTrackSource>>
54 std::vector<rtc::scoped_refptr<TestVideoCapturerVideoTrackSource>> out; in MaybeAddVideo()
66 rtc::scoped_refptr<TestVideoCapturerVideoTrackSource> source = in MaybeAddVideo()
67 new rtc::RefCountedObject<TestVideoCapturerVideoTrackSource>( in MaybeAddVideo()
Dmedia_helper.h39 std::vector<rtc::scoped_refptr<TestVideoCapturerVideoTrackSource>>
/external/webrtc/test/pc/e2e/
Dpeer_connection_quality_test.h101 const std::vector<rtc::scoped_refptr<TestVideoCapturerVideoTrackSource>>&
127 std::vector<rtc::scoped_refptr<TestVideoCapturerVideoTrackSource>>
129 std::vector<rtc::scoped_refptr<TestVideoCapturerVideoTrackSource>>
Dpeer_connection_quality_test.cc662 const std::vector<rtc::scoped_refptr<TestVideoCapturerVideoTrackSource>>& in StartVideo()