bwe_simulations.cc | 283 int64_t offsets_ms[kNumRmcatFlows]; local 284 offsets_ms[0] = random_.Rand(2 * kAverageOffsetMs); 286 offsets_ms[i] = offsets_ms[i - 1] + random_.Rand(2 * kAverageOffsetMs); 289 offsets_ms); local 295 int64_t offsets_ms[kNumRmcatFlows]; local 296 offsets_ms[0] = random_.Rand(2 * kAverageOffsetMs); 298 offsets_ms[i] = offsets_ms[i - 1] + random_.Rand(2 * kAverageOffsetMs); 301 offsets_ms); local 307 int64_t offsets_ms[kNumRmcatFlows]; local 312 RunFairnessTest(GetParam(), 4, 0, 1000, 3000, 1000, 50, 0, offsets_ms); local [all...] |