Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h1775 int64_t ntpTimeUs = (int64_t)(ntpTime * 1E6 / (1ll << 32)); in onTimeUpdate() local
1780 track->mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
1783 mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
1918 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; in addMediaTimestamp() local
1920 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs; in addMediaTimestamp()