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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history_unittest.cc61 hist_->SetStorePacketsStatus(true, 10);
63 hist_->SetStorePacketsStatus(false, 0);
82 hist_->SetStorePacketsStatus(true, 10);
89 hist_->SetStorePacketsStatus(true, 10);
97 hist_->SetStorePacketsStatus(true, 10);
109 hist_->SetStorePacketsStatus(true, 10);
128 hist_->SetStorePacketsStatus(true, 10);
147 hist_->SetStorePacketsStatus(true, 10);
165 hist_->SetStorePacketsStatus(true, 10);
196 hist_->SetStorePacketsStatus(tru
[all...]
H A Drtp_packet_history.h35 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);
H A Dnack_rtx_unittest.cc195 rtp_rtcp_module_->SetStorePacketsStatus(true, 600);
300 rtp_rtcp_module_->SetStorePacketsStatus(false, 0);
302 rtp_rtcp_module_->SetStorePacketsStatus(true, 2000);
H A Drtp_sender_unittest.cc633 rtp_sender_->SetStorePacketsStatus(true, 10);
685 rtp_sender_->SetStorePacketsStatus(true, 10);
750 rtp_sender_->SetStorePacketsStatus(true, 10);
871 rtp_sender_->SetStorePacketsStatus(true, 10);
1003 rtp_sender_->SetStorePacketsStatus(true, 1);
1062 rtp_sender_->SetStorePacketsStatus(true, 1);
1145 rtp_sender_->SetStorePacketsStatus(true, 1);
1371 rtp_sender_->SetStorePacketsStatus(true, kNumPackets);
H A Drtp_packet_history.cc39 void RTPPacketHistory::SetStorePacketsStatus(bool enable, function in class:webrtc::RTPPacketHistory
H A Drtp_rtcp_impl.h224 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
H A Drtp_sender.h220 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);
H A Drtp_rtcp_impl.cc753 void ModuleRtpRtcpImpl::SetStorePacketsStatus(const bool enable, function in class:webrtc::ModuleRtpRtcpImpl
755 rtp_sender_.SetStorePacketsStatus(enable, number_to_store);
H A Drtp_rtcp_impl_unittest.cc172 sender_.impl_->SetStorePacketsStatus(true, 100);
H A Drtp_sender.cc702 void RTPSender::SetStorePacketsStatus(bool enable, uint16_t number_to_store) { function in class:webrtc::RTPSender
703 packet_history_.SetStorePacketsStatus(enable, number_to_store);
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp.h536 virtual void SetStorePacketsStatus(bool enable, uint16_t numberToStore) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_video.cc59 video_module_->SetStorePacketsStatus(true, 600);
/external/webrtc/webrtc/video/
H A Dvie_channel.cc154 rtp_rtcp->SetStorePacketsStatus(true, nack_history_size_sender_);
519 rtp_rtcp->SetStorePacketsStatus(true, nack_history_size_sender_);
528 rtp_rtcp->SetStorePacketsStatus(false, 0);
566 rtp_rtcp->SetStorePacketsStatus(true, nack_history_size_sender_);
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h213 MOCK_METHOD2(SetStorePacketsStatus,
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc2943 _rtpRtcpModule->SetStorePacketsStatus(rtp_packet_sender != nullptr, 600);
3331 _rtpRtcpModule->SetStorePacketsStatus(enable, maxNumberOfPackets);

Completed in 1792 milliseconds