Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaClock.cpp41 mAnchorTimeRealUs(-1), in MediaClock()
110 if (mAnchorTimeRealUs != -1) { in updateAnchor()
112 mAnchorTimeMediaUs + (nowUs - mAnchorTimeRealUs) * (double)mPlaybackRate; in updateAnchor()
132 if (mAnchorTimeRealUs == -1) { in setPlaybackRate()
138 int64_t nowMediaUs = mAnchorTimeMediaUs + (nowUs - mAnchorTimeRealUs) * (double)mPlaybackRate; in setPlaybackRate()
168 if (mAnchorTimeRealUs == -1) { in getMediaTime_l()
173 + (realUs - mAnchorTimeRealUs) * (double)mPlaybackRate; in getMediaTime_l()
314 || mAnchorTimeRealUs != anchorTimeRealUs in updateAnchorTimesAndPlaybackRate_l()
317 mAnchorTimeRealUs = anchorTimeRealUs; in updateAnchorTimesAndPlaybackRate_l()
332 msg->setInt64("anchor-real-us", mAnchorTimeRealUs); in notifyDiscontinuity_l()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaClock.h106 int64_t mAnchorTimeRealUs; member