HomeSort by relevance Sort by last modified time
    Searched refs:TestRtpFeedback (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc 73 class TestRtpFeedback : public NullRtpFeedback {
75 TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {}
76 virtual ~TestRtpFeedback() {}
125 rtp_feedback1_.reset(new TestRtpFeedback(module1));
139 rtp_feedback2_.reset(new TestRtpFeedback(module2));
204 scoped_ptr<TestRtpFeedback> rtp_feedback1_;
205 scoped_ptr<TestRtpFeedback> rtp_feedback2_;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc 53 class TestRtpFeedback : public NullRtpFeedback {
55 TestRtpFeedback(RtpRtcp* rtp_rtcp) : rtp_rtcp_(rtp_rtcp) {}
56 virtual ~TestRtpFeedback() {}
185 rtp_feedback_.reset(new TestRtpFeedback(rtp_rtcp_module_));
288 scoped_ptr<TestRtpFeedback> rtp_feedback_;

Completed in 2375 milliseconds