Home
last modified time | relevance | path

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

/external/webrtc/system_wrappers/include/
Dntp_time.h112 inline int64_t Q32x32ToInt64Ms(int64_t q32x32) { in Q32x32ToInt64Ms() argument
114 std::round(q32x32 * (1000.0 / NtpTime::kFractionsPerSecond))); in Q32x32ToInt64Ms()
118 inline int64_t UQ32x32ToInt64Ms(uint64_t q32x32) { in UQ32x32ToInt64Ms() argument
120 std::round(q32x32 * (1000.0 / NtpTime::kFractionsPerSecond))); in UQ32x32ToInt64Ms()