Searched refs:ntpTimeUs (Results 1 – 2 of 2) sorted by relevance
519 int64_t ntpTimeUs = (int64_t)(ntpTime * 1E6 / (1ll << 32)); in onTimeUpdate() local524 track->mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()527 mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()573 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; in addMediaTimestamp() local575 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs; in addMediaTimestamp()
1793 int64_t ntpTimeUs = (int64_t)(ntpTime * 1E6 / (1ll << 32)); in onTimeUpdate() local1798 track->mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()1801 mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()1937 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; in addMediaTimestamp() local1939 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs; in addMediaTimestamp()