Home
last modified time | relevance | path

Searched refs:number_to_store (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history.cc94 size_t number_to_store) { in SetStorePacketsStatus() argument
95 RTC_DCHECK_LE(number_to_store, kMaxCapacity); in SetStorePacketsStatus()
102 number_to_store_ = std::min(kMaxCapacity, number_to_store); in SetStorePacketsStatus()
Drtp_packet_history.h70 void SetStorePacketsStatus(StorageMode mode, size_t number_to_store);
Drtp_rtcp_impl2.h231 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
Drtp_rtcp_impl2.cc602 const uint16_t number_to_store) { in SetStorePacketsStatus() argument
606 number_to_store); in SetStorePacketsStatus()
Drtp_rtcp_impl.h239 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
Drtp_rtcp_impl.cc698 const uint16_t number_to_store) { in SetStorePacketsStatus() argument
702 number_to_store); in SetStorePacketsStatus()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h176 (bool enable, uint16_t number_to_store),