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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimators_test.cc 358 int64_t kMaxJitterMs = 15;
367 kMaxJitterMs, offset_ms);
372 int64_t kMaxJitterMs = 15;
381 kMaxJitterMs, offset_ms);
386 int64_t kMaxJitterMs = 15;
395 kMaxJitterMs, offset_ms);
400 int64_t kMaxJitterMs = 15;
407 RunFairnessTest(GetParam(), 1, 1, 300, 2000, 50, kRttMs, kMaxJitterMs,
413 int64_t kMaxJitterMs = 15;
420 RunFairnessTest(GetParam(), 1, 1, 300, 2000, 500, kRttMs, kMaxJitterMs,
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 161 const int kMaxJitterMs = 15;
183 jitter.SetMaxJitter(kMaxJitterMs);
bwe_test.cc 658 kLinkCapacity, max_delay_ms, rtt_ms, kMaxJitterMs, offsets_ms,
716 jitter_filter.SetMaxJitter(kMaxJitterMs);
764 kCapacityKbps, max_delay_ms, rtt_ms, kMaxJitterMs, kOffSetsMs,
    [all...]

Completed in 49 milliseconds