Searched refs:adjustRealUs (Results 1 – 2 of 2) sorted by relevance
33 MediaClock::Timer::Timer(const sp<AMessage> ¬ify, int64_t mediaTimeUs, int64_t adjustRealUs) in Timer() argument36 mAdjustRealUs(adjustRealUs) { in Timer()210 int64_t adjustRealUs) { in addTimer() argument217 if (((it->mAdjustRealUs - (double)adjustRealUs) * (double)mPlaybackRate in addTimer()226 mTimers.emplace_back(notify, mediaTimeUs, adjustRealUs); in addTimer()
67 void addTimer(const sp<AMessage> ¬ify, int64_t mediaTimeUs, int64_t adjustRealUs = 0);84 Timer(const sp<AMessage> ¬ify, int64_t mediaTimeUs, int64_t adjustRealUs);