Searched refs:kTimestampToMs (Results 1 – 3 of 3) sorted by relevance
30 static const double kTimestampToMs = 1.0 / 90.0; variable38 kTimestampToMs, in Detector()102 double timestamp_delta_ms = timestamp_delta * kTimestampToMs; in IncomingPacket()
42 static const double kTimestampToMs = 1000.0 / variable262 int64_t send_time_ms = static_cast<int64_t>(timestamp) * kTimestampToMs; in IncomingPacketInfo()305 kTimestampToMs, true)); in IncomingPacketInfo()
79 const double kTimestampToMs = in GetAbsSendTimeInMs() local82 return static_cast<int64_t>(timestamp) * kTimestampToMs; in GetAbsSendTimeInMs()