HomeSort by relevance Sort by last modified time
    Searched full:rtp_rtcp_module_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc 171 rtp_rtcp_module_(NULL),
185 rtp_rtcp_module_ = RtpRtcp::CreateRtpRtcp(configuration);
187 rtp_feedback_.reset(new TestRtpFeedback(rtp_rtcp_module_));
192 rtp_rtcp_module_->SetSSRC(kTestSsrc);
193 rtp_rtcp_module_->SetRTCPStatus(RtcpMode::kCompound);
195 rtp_rtcp_module_->SetStorePacketsStatus(true, 600);
196 EXPECT_EQ(0, rtp_rtcp_module_->SetSendingStatus(true));
197 rtp_rtcp_module_->SetSequenceNumber(kTestSequenceNumber);
198 rtp_rtcp_module_->SetStartTimestamp(111111);
200 transport_.SetSendModule(rtp_rtcp_module_, &rtp_payload_registry_
285 RtpRtcp* rtp_rtcp_module_; member in class:webrtc::RtpRtcpRtxNackTest
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.h 35 rtp_rtcp_module_(NULL) {}
52 RtpRtcp* rtp_rtcp_module_; member in class:webrtc::LoopBackTransport
test_api.cc 24 rtp_rtcp_module_ = rtp_rtcp_module;
63 if (rtp_rtcp_module_->IncomingRtcpPacket((const uint8_t*)data, len) < 0) {

Completed in 408 milliseconds