HomeSort by relevance Sort by last modified time
    Searched refs:RemoveOld (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.h 82 void RemoveOld(uint32_t timestamp);
92 // These two functions are called by RemoveOld.
jitter_buffer_unittest.cc 103 TEST_F(Vp9SsMapTest, RemoveOld) {
110 map_.RemoveOld(kTimestamp - 1); // Interval not passed.
113 map_.RemoveOld(kTimestamp);
131 map_.RemoveOld(kSsTimestamp3);
    [all...]
jitter_buffer.cc 148 void Vp9SsMap::RemoveOld(uint32_t timestamp) {
    [all...]

Completed in 111 milliseconds