Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history_unittest.cc61 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 …]
Dnack_rtx_unittest.cc195 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()
Drtp_packet_history.h35 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);
Drtp_sender_unittest.cc633 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()
Drtp_packet_history.cc39 void RTPPacketHistory::SetStorePacketsStatus(bool enable, in SetStorePacketsStatus() function in webrtc::RTPPacketHistory
Drtp_rtcp_impl.h224 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
Drtp_rtcp_impl.cc753 void ModuleRtpRtcpImpl::SetStorePacketsStatus(const bool enable, in SetStorePacketsStatus() function in webrtc::ModuleRtpRtcpImpl
755 rtp_sender_.SetStorePacketsStatus(enable, number_to_store); in SetStorePacketsStatus()
Drtp_sender.h220 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);
Drtp_rtcp_impl_unittest.cc172 sender_.impl_->SetStorePacketsStatus(true, 100); in RtpRtcpImplTest()
Drtp_sender.cc702 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/
Dvie_channel.cc154 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/
Dtest_api_video.cc59 video_module_->SetStorePacketsStatus(true, 600); in SetUp()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h536 virtual void SetStorePacketsStatus(bool enable, uint16_t numberToStore) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h213 MOCK_METHOD2(SetStorePacketsStatus,
/external/webrtc/webrtc/voice_engine/
Dchannel.cc2943 _rtpRtcpModule->SetStorePacketsStatus(rtp_packet_sender != nullptr, 600); in SetCongestionControlObjects()
3331 _rtpRtcpModule->SetStorePacketsStatus(enable, maxNumberOfPackets); in SetNACKStatus()