Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaClock.cpp33 MediaClock::Timer::Timer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs) in Timer() argument
36 mAdjustRealUs(adjustRealUs) { in Timer()
210 int64_t adjustRealUs) { in addTimer() argument
217 if (((it->mAdjustRealUs - (double)adjustRealUs) * (double)mPlaybackRate in addTimer()
226 mTimers.emplace_back(notify, mediaTimeUs, adjustRealUs); in addTimer()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaClock.h67 void addTimer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs = 0);
84 Timer(const sp<AMessage> &notify, int64_t mediaTimeUs, int64_t adjustRealUs);