Home
last modified time | relevance | path

Searched refs:RemoveOld (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/video/
Dsend_delay_stats.cc81 RemoveOld(now, &packets_); in OnSendPacket()
109 void SendDelayStats::RemoveOld(int64_t now, PacketMap* packets) { in RemoveOld() function in webrtc::SendDelayStats
Dsend_delay_stats.h68 void RemoveOld(int64_t now, PacketMap* packets)
Dsend_statistics_proxy.h331 void RemoveOld(int64_t now_ms);
Dsend_statistics_proxy.cc224 void SendStatisticsProxy::UmaSamplesContainer::RemoveOld(int64_t now_ms) { in RemoveOld() function in webrtc::SendStatisticsProxy::UmaSamplesContainer
257 RemoveOld(now_ms); in InsertEncodedFrame()