Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc42 static const double kTimestampToMs = 1.0 / 90.0; variable
51 kTimestampToMs, in Detector()
136 double timestamp_delta_ms = timestamp_delta * kTimestampToMs; in IncomingPacket()
Dremote_bitrate_estimator_abs_send_time.cc48 static const double kTimestampToMs = variable
255 int64_t send_time_ms = static_cast<int64_t>(timestamp) * kTimestampToMs; in IncomingPacketInfo()
385 kTimestampToMs, true)); in TimeoutStreams()
/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc40 constexpr double kTimestampToMs = variable
184 new InterArrival(kTimestampGroupTicks, kTimestampToMs, true)); in IncomingPacketFeedback()
188 new InterArrival(kTimestampGroupTicks, kTimestampToMs, true)); in IncomingPacketFeedback()