Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/wifi-display/source/
DRepeaterSource.cpp42 int64_t nextTimeUs = mStartTimeUs + (mFrameCount * 1000000ll) / mRateHz; in setFrameRate() local
43 mStartTimeUs = nextTimeUs; in setFrameRate()
/frameworks/base/media/java/android/media/
DMediaPlayer.java3790 long nextTimeUs = nowUs; in notifyTimedEvent() local
3826 } else if (nextTimeUs == nowUs || mTimes[ix] < nextTimeUs) { in notifyTimedEvent()
3827 nextTimeUs = mTimes[ix]; in notifyTimedEvent()
3831 if (nextTimeUs > nowUs && !mPaused) { in notifyTimedEvent()
3833 if (DEBUG) Log.d(TAG, "scheduling for " + nextTimeUs + " and " + nowUs); in notifyTimedEvent()
3834 scheduleNotification(NOTIFY_TIME, nextTimeUs - nowUs); in notifyTimedEvent()