Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTPSource.cpp52 mLastMediaTimeUs(-1), in RTPSource()
491 mLastMediaTimeUs = -1; in onMessageReceived()
528 mMediaAnchorUs = mLastMediaTimeUs; in onTimeUpdate()
577 if (mediaTimeUs > mLastMediaTimeUs) { in addMediaTimestamp()
578 mLastMediaTimeUs = mediaTimeUs; in addMediaTimestamp()
DRTPSource.h179 int64_t mLastMediaTimeUs; member
/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h147 mLastMediaTimeUs(0), in mNotify()
1606 int64_t mLastMediaTimeUs; member
1802 mMediaAnchorUs = mLastMediaTimeUs; in onTimeUpdate()
1941 if (mediaTimeUs > mLastMediaTimeUs) { in addMediaTimestamp()
1942 mLastMediaTimeUs = mediaTimeUs; in addMediaTimestamp()