Searched refs:RemoveOld (Results 1 – 3 of 3) sorted by relevance
82 void RemoveOld(uint32_t timestamp);
103 TEST_F(Vp9SsMapTest, RemoveOld) { in TEST_F() argument110 map_.RemoveOld(kTimestamp - 1); // Interval not passed. in TEST_F()113 map_.RemoveOld(kTimestamp); in TEST_F()131 map_.RemoveOld(kSsTimestamp3); in TEST_F()
148 void Vp9SsMap::RemoveOld(uint32_t timestamp) { in RemoveOld() function in webrtc::Vp9SsMap