Searched refs:TestRtpFeedback (Results 1 – 2 of 2) sorted by relevance
53 class TestRtpFeedback : public NullRtpFeedback { class55 explicit TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {} in TestRtpFeedback() function in webrtc::__anonb6bb32080111::TestRtpFeedback56 virtual ~TestRtpFeedback() {} in ~TestRtpFeedback()101 rtp_feedback1_.reset(new TestRtpFeedback(module1)); in SetUp()113 rtp_feedback2_.reset(new TestRtpFeedback(module2)); in SetUp()178 rtc::scoped_ptr<TestRtpFeedback> rtp_feedback1_;179 rtc::scoped_ptr<TestRtpFeedback> rtp_feedback2_;
54 class TestRtpFeedback : public NullRtpFeedback { class56 explicit TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {} in TestRtpFeedback() function in webrtc::TestRtpFeedback57 virtual ~TestRtpFeedback() {} in ~TestRtpFeedback()187 rtp_feedback_.reset(new TestRtpFeedback(rtp_rtcp_module_)); in SetUp()286 rtc::scoped_ptr<TestRtpFeedback> rtp_feedback_;