Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h1757 int64_t ntpTimeUs = (int64_t)(ntpTime * 1E6 / (1ll << 32)); in onTimeUpdate() local
1762 track->mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
1765 mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
1900 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; in addMediaTimestamp() local
1902 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs; in addMediaTimestamp()