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

  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
loudest_filter.h 46 const int32_t kStreamTimeOutMs = 5000;
loudest_filter.cc 21 kStreamTimeOutMs) {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h 98 static const int64_t kStreamTimeOutMs = 2000;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time_unittest.cc 95 const int64_t kStreamTimeOutMs = 2000;
98 clock_.AdvanceTimeMilliseconds(kStreamTimeOutMs + 1);
remote_bitrate_estimator_single_stream.cc 152 now_ms - time_of_last_received_packet > kStreamTimeOutMs) {
153 // This over-use detector hasn't received packets for |kStreamTimeOutMs|
remote_bitrate_estimator_abs_send_time.cc 356 if ((now_ms - it->second) > kStreamTimeOutMs) {

Completed in 113 milliseconds