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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimators_test.cc 361 int64_t offset_ms[kNumRmcatFlows]; local
363 offset_ms[i] = std::max(0, 5000 * i + random_.Rand(-1000, 1000));
367 kMaxJitterMs, offset_ms); local
375 int64_t offset_ms[kNumRmcatFlows]; local
377 offset_ms[i] = std::max(0, 5000 * i + random_.Rand(-1000, 1000));
381 kMaxJitterMs, offset_ms); local
389 int64_t offset_ms[kNumRmcatFlows]; local
391 offset_ms[i] = std::max(0, 5000 * i + random_.Rand(-1000, 1000));
395 kMaxJitterMs, offset_ms); local
402 int64_t offset_ms[2]; // One TCP, one RMCAT flow local
408 offset_ms); local
415 int64_t offset_ms[2]; \/\/ One TCP, one RMCAT flow. local
421 offset_ms); local
428 int64_t offset_ms[2]; \/\/ One TCP, one RMCAT flow. local
434 offset_ms); local
    [all...]
bwe_simulations.cc 317 int64_t offset_ms[] = {random_.Rand(2 * kAverageOffsetMs), 0}; local
318 RunFairnessTest(GetParam(), 1, 1, 1000, 2000, 50, 50, 0, offset_ms); local
323 int64_t offset_ms[] = {random_.Rand(2 * kAverageOffsetMs), 0}; local
324 RunFairnessTest(GetParam(), 1, 1, 1000, 2000, 500, 50, 0, offset_ms); local
329 int64_t offset_ms[] = {random_.Rand(2 * kAverageOffsetMs), 0}; local
330 RunFairnessTest(GetParam(), 1, 1, 1000, 2000, 1000, 50, 0, offset_ms); local
  /external/v8/src/
date.cc 48 segment->offset_ms = 0;
192 void DateCache::ExtendTheAfterSegment(int time_sec, int offset_ms) {
193 if (after_->offset_ms == offset_ms &&
206 after_->offset_ms = offset_ms;
232 return before_->offset_ms;
244 before_->offset_ms = GetDaylightSavingsOffsetFromOS(time_sec);
246 return before_->offset_ms;
252 return before_->offset_ms;
258 int offset_ms = GetDaylightSavingsOffsetFromOS(time_sec); local
299 int offset_ms = GetDaylightSavingsOffsetFromOS(middle_sec); local
    [all...]

Completed in 75 milliseconds