Searched defs:TestRtpFeedback (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_rtcp.cc53 class TestRtpFeedback : public NullRtpFeedback { class in namespace:webrtc::__anon26408
55 explicit TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {} function in class:webrtc::__anon26408::TestRtpFeedback
56 virtual ~TestRtpFeedback() {}
101 rtp_feedback1_.reset(new TestRtpFeedback(module1));
113 rtp_feedback2_.reset(new TestRtpFeedback(module2));
178 rtc::scoped_ptr<TestRtpFeedback> rtp_feedback1_;
179 rtc::scoped_ptr<TestRtpFeedback> rtp_feedback2_;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dnack_rtx_unittest.cc54 class TestRtpFeedback : public NullRtpFeedback { class in namespace:webrtc
56 explicit TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {} function in class:webrtc::TestRtpFeedback
57 virtual ~TestRtpFeedback() {}
187 rtp_feedback_.reset(new TestRtpFeedback(rtp_rtcp_module_));
286 rtc::scoped_ptr<TestRtpFeedback> rtp_feedback_;

Completed in 191 milliseconds