Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc41 enum { kTimestampGroupLengthMs = 5 }; enumerator
50 inter_arrival(90 * kTimestampGroupLengthMs, in Detector()
Dremote_bitrate_estimator_abs_send_time.cc38 kTimestampGroupLengthMs = 5, enumerator
384 new InterArrival((kTimestampGroupLengthMs << kInterArrivalShift) / 1000, in TimeoutStreams()
/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc33 constexpr int kTimestampGroupLengthMs = 5; variable
39 (kTimestampGroupLengthMs << kInterArrivalShift) / 1000;