HomeSort by relevance Sort by last modified time
    Searched defs:kMaxQueueLengthMs (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/pacing/
paced_sender.h 58 static const int64_t kMaxQueueLengthMs;
paced_sender.cc 243 const int64_t PacedSender::kMaxQueueLengthMs = 2000;
371 1, kMaxQueueLengthMs - packets_->AverageQueueTimeMs());

Completed in 82 milliseconds