Searched refs:ntp_frac_ms (Results 1 – 1 of 1) sorted by relevance
31 const double ntp_frac_ms = static_cast<double>(ntp_frac) / kNtpFracPerMs; in NtpToMs() local33 static_cast<int64_t>(ntp_frac_ms + 0.5); in NtpToMs()