Searched refs:number_to_store (Results 1 – 6 of 6) sorted by relevance
40 uint16_t number_to_store) { in SetStorePacketsStatus() argument48 Allocate(number_to_store); in SetStorePacketsStatus()54 void RTPPacketHistory::Allocate(size_t number_to_store) { in Allocate() argument55 assert(number_to_store > 0); in Allocate()56 assert(number_to_store <= kMaxHistoryCapacity); in Allocate()58 stored_packets_.resize(number_to_store); in Allocate()
35 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);75 void Allocate(size_t number_to_store) EXCLUSIVE_LOCKS_REQUIRED(*critsect_);
224 void SetStorePacketsStatus(bool enable, uint16_t number_to_store) override;
754 const uint16_t number_to_store) { in SetStorePacketsStatus() argument755 rtp_sender_.SetStorePacketsStatus(enable, number_to_store); in SetStorePacketsStatus()
220 void SetStorePacketsStatus(bool enable, uint16_t number_to_store);
702 void RTPSender::SetStorePacketsStatus(bool enable, uint16_t number_to_store) { in SetStorePacketsStatus() argument703 packet_history_.SetStorePacketsStatus(enable, number_to_store); in SetStorePacketsStatus()