/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() 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 …]
|
D | nack_rtx_unittest.cc | 148 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()
|
D | rtp_sender_unittest.cc | 245 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()
|
D | rtp_packet_history.h | 61 void SetStorePacketsStatus(StorageMode mode, size_t number_to_store);
|
D | rtp_sender_egress_unittest.cc | 464 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()
|
D | rtp_rtcp_interface.h | 438 virtual void SetStorePacketsStatus(bool enable, uint16_t numberToStore) = 0;
|
D | rtp_rtcp_impl2.h | 237 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
|
D | rtp_rtcp_impl.h | 227 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
|
D | rtp_rtcp_impl.cc | 657 void ModuleRtpRtcpImpl::SetStorePacketsStatus(const bool enable, in SetStorePacketsStatus() function in webrtc::ModuleRtpRtcpImpl 659 rtp_sender_->packet_history.SetStorePacketsStatus( in SetStorePacketsStatus()
|
D | rtp_rtcp_impl2.cc | 641 void ModuleRtpRtcpImpl2::SetStorePacketsStatus(const bool enable, in SetStorePacketsStatus() function in webrtc::ModuleRtpRtcpImpl2 643 rtp_sender_->packet_history.SetStorePacketsStatus( in SetStorePacketsStatus()
|
D | rtp_packet_history.cc | 80 void RtpPacketHistory::SetStorePacketsStatus(StorageMode mode, in SetStorePacketsStatus() function in webrtc::RtpPacketHistory
|
D | rtp_rtcp_impl2_unittest.cc | 282 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()
|
D | rtp_rtcp_impl_unittest.cc | 188 sender_.impl_->SetStorePacketsStatus(true, 100); in SetUp()
|
/external/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 169 SetStorePacketsStatus,
|
/external/webrtc/audio/ |
D | channel_send.cc | 718 rtp_rtcp_->SetStorePacketsStatus(true, 600); in RegisterSenderCongestionControlObjects() 725 rtp_rtcp_->SetStorePacketsStatus(false, 600); in ResetSenderCongestionControlObjects()
|
/external/webrtc/call/ |
D | rtp_video_sender.cc | 273 rtp_rtcp->SetStorePacketsStatus(true, kMinSendSidePacketHistorySize); in CreateRtpStreamSenders()
|