Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc30 static const double kTimestampToMs = 1.0 / 90.0; variable
38 kTimestampToMs, in Detector()
102 double timestamp_delta_ms = timestamp_delta * kTimestampToMs; in IncomingPacket()
Dremote_bitrate_estimator_abs_send_time.cc42 static const double kTimestampToMs = 1000.0 / variable
262 int64_t send_time_ms = static_cast<int64_t>(timestamp) * kTimestampToMs; in IncomingPacketInfo()
305 kTimestampToMs, true)); in IncomingPacketInfo()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe.cc79 const double kTimestampToMs = in GetAbsSendTimeInMs() local
82 return static_cast<int64_t>(timestamp) * kTimestampToMs; in GetAbsSendTimeInMs()