Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTPSource.cpp519 int64_t ntpTimeUs = (int64_t)(ntpTime * 1E6 / (1ll << 32)); in onTimeUpdate() local
524 track->mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
527 mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
573 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; in addMediaTimestamp() local
575 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs; in addMediaTimestamp()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1793 int64_t ntpTimeUs = (int64_t)(ntpTime * 1E6 / (1ll << 32)); in onTimeUpdate() local
1798 track->mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
1801 mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
1937 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; in addMediaTimestamp() local
1939 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs; in addMediaTimestamp()