Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc36 constexpr int kInterArrivalShift = variable
39 (kTimestampGroupLengthMs << kInterArrivalShift) / 1000;
41 1000.0 / static_cast<double>(1 << kInterArrivalShift);
251 double send_delta_ms = (1000.0 * timestamp_delta) / (1 << kInterArrivalShift); in IncomingPacketFeedback()
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc40 kInterArrivalShift = RTPHeaderExtension::kAbsSendTimeFraction + enumerator
49 1000.0 / static_cast<double>(1 << kInterArrivalShift);
322 double ts_delta_ms = (1000.0 * ts_delta) / (1 << kInterArrivalShift); in IncomingPacketInfo()
384 new InterArrival((kTimestampGroupLengthMs << kInterArrivalShift) / 1000, in TimeoutStreams()
Dinter_arrival_unittest.cc27 kInterArrivalShift = kAbsSendTimeFraction + kAbsSendTimeInterArrivalUpshift, enumerator
31 const double kAstToMs = 1000.0 / static_cast<double>(1 << kInterArrivalShift);