Searched refs:ntpTimeUs (Results 1 – 2 of 2) sorted by relevance
521 int64_t ntpTimeUs = (int64_t)(ntpTime * 1E6 / (1ll << 32)); in onTimeUpdate() local526 track->mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()529 mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()575 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; in addMediaTimestamp() local577 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()