Home
last modified time | relevance | path

Searched refs:kStreamTimeOutMs (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
Dloudest_filter.h46 const int32_t kStreamTimeOutMs = 5000; variable
Dloudest_filter.cc21 kStreamTimeOutMs) { in RemoveTimeoutStreams()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dremote_bitrate_estimator.h98 static const int64_t kStreamTimeOutMs = 2000; variable
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time_unittest.cc95 const int64_t kStreamTimeOutMs = 2000; in TEST_F() local
98 clock_.AdvanceTimeMilliseconds(kStreamTimeOutMs + 1); in TEST_F()
Dremote_bitrate_estimator_single_stream.cc152 now_ms - time_of_last_received_packet > kStreamTimeOutMs) { in UpdateEstimate()
Dremote_bitrate_estimator_abs_send_time.cc356 if ((now_ms - it->second) > kStreamTimeOutMs) { in UpdateEstimate()