Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h1758 int64_t ntpTimeUs = (int64_t)(ntpTime * 1E6 / (1ll << 32)); in onTimeUpdate() local
1763 track->mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
1766 mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
1901 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; in addMediaTimestamp() local
1903 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs; in addMediaTimestamp()