Home
last modified time | relevance | path

Searched refs:kRttMs (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimators_test.cc357 int64_t kRttMs = 100; in TEST_P() local
366 RunFairnessTest(GetParam(), kNumRmcatFlows, 0, 300, 3000, 50, kRttMs, in TEST_P()
371 int64_t kRttMs = 100; in TEST_P() local
380 RunFairnessTest(GetParam(), kNumRmcatFlows, 0, 300, 3000, 500, kRttMs, in TEST_P()
385 int64_t kRttMs = 100; in TEST_P() local
394 RunFairnessTest(GetParam(), kNumRmcatFlows, 0, 300, 3000, 1000, kRttMs, in TEST_P()
399 int64_t kRttMs = 100; in TEST_P() local
407 RunFairnessTest(GetParam(), 1, 1, 300, 2000, 50, kRttMs, kMaxJitterMs, in TEST_P()
412 int64_t kRttMs = 100; in TEST_P() local
420 RunFairnessTest(GetParam(), 1, 1, 300, 2000, 500, kRttMs, kMaxJitterMs, in TEST_P()
[all …]
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_conference_test.cc21 const int kRttMs = 25; variable
59 trans.SetRtt(kRttMs); in TEST()
95 if (IsNear(kRttMs, stats_1.rttMs, kRttMs / 10 + 1) && in TEST()
96 IsNear(kRttMs, stats_2.rttMs, kRttMs / 10 + 1) && in TEST()
/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation_unittest.cc56 static const int64_t kRttMs = 50; in TEST() local
68 bwe.UpdateReceiverBlock(kFractionLoss, kRttMs, 100, now_ms); in TEST()
80 EXPECT_EQ(kRttMs, rtt_ms); in TEST()
95 EXPECT_EQ(kRttMs, rtt_ms); in TEST()