Searched defs:ntp (Results 1 – 3 of 3) sorted by relevance
34 const int64_t ntp, const int32_t jitterBuffer, const int32_t roundTripTime) in RtpReceptionStats()137 void RtpReceptionStats::setRtcpSrNtpTimestamp(const int64_t ntp) in setRtcpSrNtpTimestamp()
60 private RtpReceptionStats(int rtpTs, int rtcpTs, long ntp, int delay, int roundtrip) { in RtpReceptionStats()206 public @NonNull Builder setRtcpSrNtpTimestamp(final long ntp) { in setRtcpSrNtpTimestamp()
1006 uint64_t ntp = static_cast<uint64_t>(kNtpH) << 32 | kNtpL; in TEST_F() local