Searched defs:ntpTimeUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1708 int64_t ntpTimeUs = (int64_t)(ntpTime * 1E6 / (1ll << 32)); local
1713 track->mNTPAnchorUs = ntpTimeUs;
1716 mNTPAnchorUs = ntpTimeUs;
1810 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; local
1812 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs;

Completed in 52 milliseconds