Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTPSource.cpp50 mNTPAnchorUs(-1), in RTPSource()
146 info->mNTPAnchorUs = -1; in prepareAsync()
491 mNTPAnchorUs = -1; in onMessageReceived()
526 track->mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
528 if (mNTPAnchorUs < 0) { in onTimeUpdate()
529 mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
537 if (track->mNTPAnchorUs < 0) { in onTimeUpdate()
575 int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs; in addMediaTimestamp()
577 int64_t mediaTimeUs = mMediaAnchorUs + ntpTimeUs - mNTPAnchorUs; in addMediaTimestamp()
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DMyHandler.h145 mNTPAnchorUs(-1), in mNotify()
916 mNTPAnchorUs = -1; in onMessageReceived()
1269 info->mNTPAnchorUs = -1; in onMessageReceived()
1273 mNTPAnchorUs = -1; in onMessageReceived()
1572 int64_t mNTPAnchorUs; member
1604 int64_t mNTPAnchorUs; member
1658 info->mNTPAnchorUs = -1; in setupTrack()
1752 mNTPAnchorUs = -1ll; in fakeTimestamps()
1798 track->mNTPAnchorUs = ntpTimeUs; in onTimeUpdate()
1800 if (mNTPAnchorUs < 0) { in onTimeUpdate()
[all …]
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DRTPSource.h140 int64_t mNTPAnchorUs; member
174 int64_t mNTPAnchorUs; member