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

/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1737 int64_t ntpTimeUs = (int64_t)(ntpTime * 1E6 / (1ll << 32)); local
1742 track->mNTPAnchorUs = ntpTimeUs;
1745 mNTPAnchorUs = ntpTimeUs;
1841 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; local
1843 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs;

Completed in 51 milliseconds