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()
136 if (mAnchorTimeRealUs == -1) { in setPlaybackRate()
142 int64_t nowMediaUs = mAnchorTimeMediaUs + (nowUs - mAnchorTimeRealUs) * (double)mPlaybackRate; in setPlaybackRate()
172 if (mAnchorTimeRealUs == -1) { in getMediaTime_l()
177 + (realUs - mAnchorTimeRealUs) * (double)mPlaybackRate; in getMediaTime_l()
318 || mAnchorTimeRealUs != anchorTimeRealUs in updateAnchorTimesAndPlaybackRate_l()
321 mAnchorTimeRealUs = anchorTimeRealUs; in updateAnchorTimesAndPlaybackRate_l()
336 msg->setInt64("anchor-real-us", mAnchorTimeRealUs); in notifyDiscontinuity_l()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaClock.h106 int64_t mAnchorTimeRealUs; member