Home
last modified time | relevance | path

Searched refs:SetStorePacketsStatus (Results 1 – 16 of 16) 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()
83 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
113 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
118 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
128 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
[all …]
Dnack_rtx_unittest.cc148 rtp_rtcp_module_->SetStorePacketsStatus(true, 600); in SetUp()
248 rtp_rtcp_module_->SetStorePacketsStatus(false, 0); in TEST_F()
250 rtp_rtcp_module_->SetStorePacketsStatus(true, 2000); in TEST_F()
Drtp_sender_unittest.cc245 packet_history_->SetStorePacketsStatus( in EnableRtx()
351 packet_history_->SetStorePacketsStatus( in TEST_F()
947 packet_history_->SetStorePacketsStatus( in TEST_F()
977 packet_history_->SetStorePacketsStatus( in TEST_F()
1047 packet_history_->SetStorePacketsStatus( in TEST_F()
1095 packet_history_->SetStorePacketsStatus( in TEST_F()
1131 packet_history_->SetStorePacketsStatus( in TEST_F()
1268 packet_history_->SetStorePacketsStatus( in TEST_F()
Drtp_packet_history.h61 void SetStorePacketsStatus(StorageMode mode, size_t number_to_store);
Drtp_sender_egress_unittest.cc464 packet_history_.SetStorePacketsStatus( in TEST_F()
475 packet_history_.SetStorePacketsStatus( in TEST_F()
486 packet_history_.SetStorePacketsStatus( in TEST_F()
515 packet_history_.SetStorePacketsStatus( in TEST_F()
945 packet_history_.SetStorePacketsStatus( in TEST_F()
Drtp_rtcp_interface.h438 virtual void SetStorePacketsStatus(bool enable, uint16_t numberToStore) = 0;
Drtp_rtcp_impl2.h237 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
Drtp_rtcp_impl.h227 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
Drtp_rtcp_impl.cc657 void ModuleRtpRtcpImpl::SetStorePacketsStatus(const bool enable, in SetStorePacketsStatus() function in webrtc::ModuleRtpRtcpImpl
659 rtp_sender_->packet_history.SetStorePacketsStatus( in SetStorePacketsStatus()
Drtp_rtcp_impl2.cc641 void ModuleRtpRtcpImpl2::SetStorePacketsStatus(const bool enable, in SetStorePacketsStatus() function in webrtc::ModuleRtpRtcpImpl2
643 rtp_sender_->packet_history.SetStorePacketsStatus( in SetStorePacketsStatus()
Drtp_packet_history.cc80 void RtpPacketHistory::SetStorePacketsStatus(StorageMode mode, in SetStorePacketsStatus() function in webrtc::RtpPacketHistory
Drtp_rtcp_impl2_unittest.cc282 sender_.impl_->SetStorePacketsStatus(true, 100); in SetUp()
308 sender_.impl_->SetStorePacketsStatus(true, 100); in ReinitWithFec()
1114 sender_.impl_->SetStorePacketsStatus(/*enable=*/true, /*number_to_store=*/10); in TEST_F()
Drtp_rtcp_impl_unittest.cc188 sender_.impl_->SetStorePacketsStatus(true, 100); in SetUp()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h169 SetStorePacketsStatus,
/external/webrtc/audio/
Dchannel_send.cc718 rtp_rtcp_->SetStorePacketsStatus(true, 600); in RegisterSenderCongestionControlObjects()
725 rtp_rtcp_->SetStorePacketsStatus(false, 600); in ResetSenderCongestionControlObjects()
/external/webrtc/call/
Drtp_video_sender.cc273 rtp_rtcp->SetStorePacketsStatus(true, kMinSendSidePacketHistorySize); in CreateRtpStreamSenders()