/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_packet_history_unittest.cc | 61 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(true, 10) [all...] |
rtp_packet_history.h | 35 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);
|
nack_rtx_unittest.cc | 195 rtp_rtcp_module_->SetStorePacketsStatus(true, 600); 300 rtp_rtcp_module_->SetStorePacketsStatus(false, 0); 302 rtp_rtcp_module_->SetStorePacketsStatus(true, 2000);
|
rtp_sender_unittest.cc | 633 rtp_sender_->SetStorePacketsStatus(true, 10); 685 rtp_sender_->SetStorePacketsStatus(true, 10); 750 rtp_sender_->SetStorePacketsStatus(true, 10); [all...] |
rtp_packet_history.cc | 39 void RTPPacketHistory::SetStorePacketsStatus(bool enable,
|
rtp_rtcp_impl.h | 224 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
|
rtp_sender.h | 220 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);
|
rtp_rtcp_impl.cc | 753 void ModuleRtpRtcpImpl::SetStorePacketsStatus(const bool enable, 755 rtp_sender_.SetStorePacketsStatus(enable, number_to_store);
|
rtp_rtcp_impl_unittest.cc | 172 sender_.impl_->SetStorePacketsStatus(true, 100);
|
rtp_sender.cc | 702 void RTPSender::SetStorePacketsStatus(bool enable, uint16_t number_to_store) { 703 packet_history_.SetStorePacketsStatus(enable, number_to_store); [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
rtp_rtcp.h | 536 virtual void SetStorePacketsStatus(bool enable, uint16_t numberToStore) = 0;
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
test_api_video.cc | 59 video_module_->SetStorePacketsStatus(true, 600);
|
/external/webrtc/webrtc/video/ |
vie_channel.cc | 154 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_); [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
mock_rtp_rtcp.h | 213 MOCK_METHOD2(SetStorePacketsStatus,
|
/external/webrtc/webrtc/voice_engine/ |
channel.cc | [all...] |