/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_packet_history_unittest.cc | 61 hist_->SetStorePacketsStatus(true, 10); in TEST_F() 63 hist_->SetStorePacketsStatus(false, 0); in TEST_F() 82 hist_->SetStorePacketsStatus(true, 10); in TEST_F() 89 hist_->SetStorePacketsStatus(true, 10); in TEST_F() 97 hist_->SetStorePacketsStatus(true, 10); in TEST_F() 109 hist_->SetStorePacketsStatus(true, 10); in TEST_F() 128 hist_->SetStorePacketsStatus(true, 10); in TEST_F() 147 hist_->SetStorePacketsStatus(true, 10); in TEST_F() 165 hist_->SetStorePacketsStatus(true, 10); in TEST_F() 196 hist_->SetStorePacketsStatus(true, 10); in TEST_F() [all …]
|
D | nack_rtx_unittest.cc | 195 rtp_rtcp_module_->SetStorePacketsStatus(true, 600); in SetUp() 300 rtp_rtcp_module_->SetStorePacketsStatus(false, 0); in TEST_F() 302 rtp_rtcp_module_->SetStorePacketsStatus(true, 2000); in TEST_F()
|
D | rtp_packet_history.h | 35 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);
|
D | rtp_sender_unittest.cc | 633 rtp_sender_->SetStorePacketsStatus(true, 10); in TEST_F() 685 rtp_sender_->SetStorePacketsStatus(true, 10); in TEST_F() 750 rtp_sender_->SetStorePacketsStatus(true, 10); in TEST_F() 871 rtp_sender_->SetStorePacketsStatus(true, 10); in TEST_F() 1003 rtp_sender_->SetStorePacketsStatus(true, 1); in TEST_F() 1062 rtp_sender_->SetStorePacketsStatus(true, 1); in TEST_F() 1145 rtp_sender_->SetStorePacketsStatus(true, 1); in TEST_F() 1371 rtp_sender_->SetStorePacketsStatus(true, kNumPackets); in TEST_F()
|
D | rtp_packet_history.cc | 39 void RTPPacketHistory::SetStorePacketsStatus(bool enable, in SetStorePacketsStatus() function in webrtc::RTPPacketHistory
|
D | rtp_rtcp_impl.h | 224 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
|
D | rtp_rtcp_impl.cc | 753 void ModuleRtpRtcpImpl::SetStorePacketsStatus(const bool enable, in SetStorePacketsStatus() function in webrtc::ModuleRtpRtcpImpl 755 rtp_sender_.SetStorePacketsStatus(enable, number_to_store); in SetStorePacketsStatus()
|
D | rtp_sender.h | 220 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);
|
D | rtp_rtcp_impl_unittest.cc | 172 sender_.impl_->SetStorePacketsStatus(true, 100); in RtpRtcpImplTest()
|
D | rtp_sender.cc | 702 void RTPSender::SetStorePacketsStatus(bool enable, uint16_t number_to_store) { in SetStorePacketsStatus() function in webrtc::RTPSender 703 packet_history_.SetStorePacketsStatus(enable, number_to_store); in SetStorePacketsStatus()
|
/external/webrtc/webrtc/video/ |
D | vie_channel.cc | 154 rtp_rtcp->SetStorePacketsStatus(true, nack_history_size_sender_); in Init() 519 rtp_rtcp->SetStorePacketsStatus(true, nack_history_size_sender_); in ProcessNACKRequest() 528 rtp_rtcp->SetStorePacketsStatus(false, 0); in ProcessNACKRequest() 566 rtp_rtcp->SetStorePacketsStatus(true, nack_history_size_sender_); in SetSenderBufferingMode()
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
D | test_api_video.cc | 59 video_module_->SetStorePacketsStatus(true, 600); in SetUp()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp.h | 536 virtual void SetStorePacketsStatus(bool enable, uint16_t numberToStore) = 0;
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 213 MOCK_METHOD2(SetStorePacketsStatus,
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.cc | 2943 _rtpRtcpModule->SetStorePacketsStatus(rtp_packet_sender != nullptr, 600); in SetCongestionControlObjects() 3331 _rtpRtcpModule->SetStorePacketsStatus(enable, maxNumberOfPackets); in SetNACKStatus()
|