Searched refs:kMaxHistoryMs (Results 1 – 2 of 2) sorted by relevance
546 constexpr int kMaxHistoryMs = 2000; in TEST_F() local547 IncreaseTime(kMaxHistoryMs + kFrameSizeMs); in TEST_F()548 ts_ += kFs * kMaxHistoryMs / 1000; in TEST_F()
36 constexpr int kMaxHistoryMs = 2000; // Oldest packet to include in history to variable223 static_cast<uint32_t>(kMaxHistoryMs * sample_rate_hz / 1000)) { in UpdateDelayHistory()