Searched refs:kInterArrivalShift (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.cc33 kInterArrivalShift = kAbsSendTimeFraction + kAbsSendTimeInterArrivalUpshift, enumerator in enum:webrtc::__anon21595
43 static_cast<double>(1 << kInterArrivalShift);
304 new InterArrival((kTimestampGroupLengthMs << kInterArrivalShift) / 1000,
309 double ts_delta_ms = (1000.0 * ts_delta) / (1 << kInterArrivalShift);
H A Dinter_arrival_unittest.cc27 kInterArrivalShift = kAbsSendTimeFraction + kAbsSendTimeInterArrivalUpshift, enumerator in enum:webrtc::testing::__anon21591
31 const double kAstToMs = 1000.0 / static_cast<double>(1 << kInterArrivalShift);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe.cc77 const int kInterArrivalShift = 26; local
80 1000.0 / static_cast<double>(1 << kInterArrivalShift);
H A Dpacket.h82 return 1000.0 * timestamp / static_cast<double>(1 << kInterArrivalShift);
92 static const int kInterArrivalShift = member in class:webrtc::testing::bwe::MediaPacket

Completed in 149 milliseconds