Searched refs:kStreamTimeOutMs (Results 1 – 6 of 6) sorted by relevance
46 const int32_t kStreamTimeOutMs = 5000; variable
21 kStreamTimeOutMs) { in RemoveTimeoutStreams()
98 static const int64_t kStreamTimeOutMs = 2000; variable
95 const int64_t kStreamTimeOutMs = 2000; in TEST_F() local98 clock_.AdvanceTimeMilliseconds(kStreamTimeOutMs + 1); in TEST_F()
152 now_ms - time_of_last_received_packet > kStreamTimeOutMs) { in UpdateEstimate()
356 if ((now_ms - it->second) > kStreamTimeOutMs) { in UpdateEstimate()