Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h141 mLastMediaTimeUs(0), in mNotify()
1588 int64_t mLastMediaTimeUs; member
1783 mMediaAnchorUs = mLastMediaTimeUs; in onTimeUpdate()
1921 if (mediaTimeUs > mLastMediaTimeUs) { in addMediaTimestamp()
1922 mLastMediaTimeUs = mediaTimeUs; in addMediaTimestamp()