Searched refs:SetStorePacketsStatus (Results 1 – 15 of 15) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_packet_history_unittest.cc | 56 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 …]
|
D | nack_rtx_unittest.cc | 147 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()
|
D | rtp_sender_unittest.cc | 446 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 …]
|
D | rtp_packet_history.h | 70 void SetStorePacketsStatus(StorageMode mode, size_t number_to_store);
|
D | rtp_rtcp_interface.h | 407 virtual void SetStorePacketsStatus(bool enable, uint16_t numberToStore) = 0;
|
D | rtp_rtcp_impl2.h | 231 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
|
D | rtp_rtcp_impl2.cc | 601 void ModuleRtpRtcpImpl2::SetStorePacketsStatus(const bool enable, in SetStorePacketsStatus() function in webrtc::ModuleRtpRtcpImpl2 603 rtp_sender_->packet_history.SetStorePacketsStatus( in SetStorePacketsStatus()
|
D | rtp_rtcp_impl.h | 239 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
|
D | rtp_rtcp_impl.cc | 697 void ModuleRtpRtcpImpl::SetStorePacketsStatus(const bool enable, in SetStorePacketsStatus() function in webrtc::ModuleRtpRtcpImpl 699 rtp_sender_->packet_history.SetStorePacketsStatus( in SetStorePacketsStatus()
|
D | rtp_packet_history.cc | 93 void RtpPacketHistory::SetStorePacketsStatus(StorageMode mode, in SetStorePacketsStatus() function in webrtc::RtpPacketHistory
|
D | rtp_rtcp_impl_unittest.cc | 179 sender_.impl_->SetStorePacketsStatus(true, 100); in SetUp()
|
D | rtp_rtcp_impl2_unittest.cc | 184 sender_.impl_->SetStorePacketsStatus(true, 100); in SetUp()
|
/external/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 175 SetStorePacketsStatus,
|
/external/webrtc/audio/ |
D | channel_send.cc | 720 rtp_rtcp_->SetStorePacketsStatus(true, 600); in RegisterSenderCongestionControlObjects() 729 rtp_rtcp_->SetStorePacketsStatus(false, 600); in ResetSenderCongestionControlObjects()
|
/external/webrtc/call/ |
D | rtp_video_sender.cc | 265 rtp_rtcp->SetStorePacketsStatus(true, kMinSendSidePacketHistorySize); in CreateRtpStreamSenders()
|