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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_packet_history_unittest.cc 61 hist_->SetStorePacketsStatus(true, 10);
63 hist_->SetStorePacketsStatus(false, 0);
82 hist_->SetStorePacketsStatus(true, 10);
97 hist_->SetStorePacketsStatus(true, 10);
107 hist_->SetStorePacketsStatus(true, 10);
115 hist_->SetStorePacketsStatus(true, 10);
127 hist_->SetStorePacketsStatus(true, 10);
146 hist_->SetStorePacketsStatus(true, 10);
166 hist_->SetStorePacketsStatus(true, 10);
182 hist_->SetStorePacketsStatus(true, 10)
    [all...]
rtp_packet_history.h 33 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);
nack_rtx_unittest.cc 197 EXPECT_EQ(0, rtp_rtcp_module_->SetStorePacketsStatus(true, 600));
305 EXPECT_EQ(0, rtp_rtcp_module_->SetStorePacketsStatus(false, 0));
307 EXPECT_EQ(0, rtp_rtcp_module_->SetStorePacketsStatus(true, 2000));
rtp_sender_unittest.cc 443 rtp_sender_->SetStorePacketsStatus(true, 10);
497 rtp_sender_->SetStorePacketsStatus(true, 10);
564 rtp_sender_->SetStorePacketsStatus(true, 10);
684 rtp_sender_->SetStorePacketsStatus(true, 10);
    [all...]
rtp_packet_history.cc 43 void RTPPacketHistory::SetStorePacketsStatus(bool enable,
rtp_rtcp_impl_unittest.cc 147 sender_.impl_->SetStorePacketsStatus(true, 100);
567 senders_[i]->SetStorePacketsStatus(true, 100);
rtp_rtcp_impl.h 246 virtual int32_t SetStorePacketsStatus(
rtp_sender.h 183 void SetStorePacketsStatus(const bool enable,
rtp_rtcp_impl.cc 979 int32_t ModuleRtpRtcpImpl::SetStorePacketsStatus(
982 rtp_sender_.SetStorePacketsStatus(enable, number_to_store);
    [all...]
rtp_sender.cc 596 void RTPSender::SetStorePacketsStatus(const bool enable,
598 packet_history_.SetStorePacketsStatus(enable, number_to_store);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_video.cc 56 EXPECT_EQ(0, video_module_->SetStorePacketsStatus(true, 600));
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 187 rtp_rtcp_->SetStorePacketsStatus(true, nack_history_size_sender_);
316 rtp_rtcp->SetStorePacketsStatus(true, nack_history_size_sender_);
318 rtp_rtcp->SetStorePacketsStatus(true, nack_history_size_sender_);
582 rtp_rtcp_->SetStorePacketsStatus(true, nack_history_size_sender_);
591 rtp_rtcp->SetStorePacketsStatus(true, nack_history_size_sender_);
602 rtp_rtcp->SetStorePacketsStatus(false, 0);
607 rtp_rtcp_->SetStorePacketsStatus(false, 0);
677 if (rtp_rtcp_->SetStorePacketsStatus(true, nack_history_size_sender_) != 0) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 602 virtual int32_t SetStorePacketsStatus(
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 221 MOCK_METHOD2(SetStorePacketsStatus,
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc     [all...]

Completed in 4571 milliseconds