Searched refs:offset_ms (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Ddate.cc48 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...]
H A Ddate.h233 int offset_ms;
254 inline void ExtendTheAfterSegment(int time_sec, int offset_ms);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimators_test.cc361 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[ 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...]
H A Dbwe_simulations.cc317 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/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.h138 TcpSender(PacketProcessorListener* listener, int flow_id, int64_t offset_ms);
141 int64_t offset_ms,
H A Dpacket_sender.cc323 int64_t offset_ms)
324 : TcpSender(listener, flow_id, offset_ms, kNoLimit) {
329 int64_t offset_ms,
337 offset_ms_(offset_ms),
321 TcpSender(PacketProcessorListener* listener, int flow_id, int64_t offset_ms) argument
327 TcpSender(PacketProcessorListener* listener, int flow_id, int64_t offset_ms, int send_limit_bytes) argument

Completed in 272 milliseconds