Home
last modified time | relevance | path

Searched refs:SetStorePacketsStatus (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history_unittest.cc56 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
58 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
60 hist_.SetStorePacketsStatus(StorageMode::kDisabled, 0); in TEST_P()
65 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
71 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
76 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
82 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
110 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
115 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
124 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
[all …]
Dnack_rtx_unittest.cc147 rtp_rtcp_module_->SetStorePacketsStatus(true, 600); in SetUp()
249 rtp_rtcp_module_->SetStorePacketsStatus(false, 0); in TEST_F()
251 rtp_rtcp_module_->SetStorePacketsStatus(true, 2000); in TEST_F()
Drtp_sender_unittest.cc446 rtp_sender_context_->packet_history_.SetStorePacketsStatus( in EnableRtx()
840 rtp_sender_context_->packet_history_.SetStorePacketsStatus( in TEST_P()
879 rtp_sender_context_->packet_history_.SetStorePacketsStatus( in TEST_P()
914 rtp_sender_context_->packet_history_.SetStorePacketsStatus( in TEST_P()
980 rtp_sender_context_->packet_history_.SetStorePacketsStatus( in TEST_P()
1025 rtp_sender_context_->packet_history_.SetStorePacketsStatus( in TEST_P()
1095 rtp_sender_context_->packet_history_.SetStorePacketsStatus( in TEST_P()
1203 rtp_sender_context_->packet_history_.SetStorePacketsStatus( in TEST_P()
1227 rtp_sender_context_->packet_history_.SetStorePacketsStatus( in TEST_P()
1335 rtp_sender_context_->packet_history_.SetStorePacketsStatus( in TEST_P()
[all …]
Drtp_packet_history.h70 void SetStorePacketsStatus(StorageMode mode, size_t number_to_store);
Drtp_rtcp_interface.h407 virtual void SetStorePacketsStatus(bool enable, uint16_t numberToStore) = 0;
Drtp_rtcp_impl2.h231 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
Drtp_rtcp_impl2.cc601 void ModuleRtpRtcpImpl2::SetStorePacketsStatus(const bool enable, in SetStorePacketsStatus() function in webrtc::ModuleRtpRtcpImpl2
603 rtp_sender_->packet_history.SetStorePacketsStatus( in SetStorePacketsStatus()
Drtp_rtcp_impl.h239 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
Drtp_rtcp_impl.cc697 void ModuleRtpRtcpImpl::SetStorePacketsStatus(const bool enable, in SetStorePacketsStatus() function in webrtc::ModuleRtpRtcpImpl
699 rtp_sender_->packet_history.SetStorePacketsStatus( in SetStorePacketsStatus()
Drtp_packet_history.cc93 void RtpPacketHistory::SetStorePacketsStatus(StorageMode mode, in SetStorePacketsStatus() function in webrtc::RtpPacketHistory
Drtp_rtcp_impl_unittest.cc179 sender_.impl_->SetStorePacketsStatus(true, 100); in SetUp()
Drtp_rtcp_impl2_unittest.cc184 sender_.impl_->SetStorePacketsStatus(true, 100); in SetUp()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h175 SetStorePacketsStatus,
/external/webrtc/audio/
Dchannel_send.cc720 rtp_rtcp_->SetStorePacketsStatus(true, 600); in RegisterSenderCongestionControlObjects()
729 rtp_rtcp_->SetStorePacketsStatus(false, 600); in ResetSenderCongestionControlObjects()
/external/webrtc/call/
Drtp_video_sender.cc265 rtp_rtcp->SetStorePacketsStatus(true, kMinSendSidePacketHistorySize); in CreateRtpStreamSenders()