Searched refs:nowUs (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/av/media/libstagefright/
H A DThrottledSource.cpp45 int64_t nowUs = ALooper::GetNowUs(); local
48 mStartTimeUs = nowUs;
58 if (whenUs > nowUs) {
59 usleep(whenUs - nowUs);
H A DMediaClock.cpp64 int64_t nowUs = ALooper::GetNowUs(); local
66 anchorTimeMediaUs + (nowUs - anchorTimeRealUs) * (double)mPlaybackRate;
77 mAnchorTimeMediaUs + (nowUs - mAnchorTimeRealUs) * (double)mPlaybackRate;
83 mAnchorTimeRealUs = nowUs;
100 int64_t nowUs = ALooper::GetNowUs(); local
101 mAnchorTimeMediaUs += (nowUs - mAnchorTimeRealUs) * (double)mPlaybackRate;
106 mAnchorTimeRealUs = nowUs;
157 int64_t nowUs = ALooper::GetNowUs(); local
160 getMediaTime_l(nowUs, &nowMediaUs, true /* allowPastMaxTime */);
164 *outRealUs = (targetMediaUs - nowMediaUs) / (double)mPlaybackRate + nowUs;
[all...]
H A DMediaSync.cpp313 int64_t nowUs = ALooper::GetNowUs(); local
316 + getPlayedOutAudioDurationMedia_l(nowUs);
322 oldRealTime = getRealTime(mNextBufferItemMediaUs, nowUs);
325 mMediaClock->updateAnchor(nowMediaUs, nowUs, maxMediaTimeUs);
329 int64_t newRealTime = getRealTime(mNextBufferItemMediaUs, nowUs);
465 int64_t MediaSync::getRealTime(int64_t mediaTimeUs, int64_t nowUs) { argument
470 return nowUs;
479 int64_t MediaSync::getPlayedOutAudioDurationMedia_l(int64_t nowUs) { argument
496 numFramesPlayedAtUs = nowUs;
503 numFramesPlayedAtUs = nowUs;
540 int64_t nowUs = ALooper::GetNowUs(); local
787 int64_t nowUs = ALooper::GetNowUs(); local
[all...]
H A DVBRISeeker.cpp172 int64_t nowUs = 0; local
175 while (segmentIndex < mSegments.size() && nowUs < *timeUs) {
176 nowUs += segmentDurationUs;
182 *timeUs = nowUs;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp131 int64_t nowUs = ALooper::GetNowUs(); local
132 int64_t delayUs = bufferTimeUs - nowUs;
149 int64_t nowUs = ALooper::GetNowUs(); local
150 if (nowUs - mLastBufferUpdateUs > 1000000ll) {
H A DConverter.cpp351 int64_t nowUs = ALooper::GetNowUs(); local
354 mFirstSilentFrameUs = nowUs;
355 } else if (nowUs >= mFirstSilentFrameUs + 10000000ll) {
384 int64_t nowUs = ALooper::GetNowUs();
386 mIsVideo ? "video" : "audio", nowUs - whenUs);
H A DPlaybackSession.cpp828 int64_t nowUs = ALooper::GetNowUs(); local
831 mFirstSampleTimeRealUs = nowUs;
836 delayUs = whenUs - nowUs;
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp207 int64_t nowUs = GetNowUs(); local
209 if (whenUs > nowUs) {
210 int64_t delayUs = whenUs - nowUs;
H A DANetworkSession.cpp294 int64_t nowUs = ALooper::GetNowUs(); local
295 buf->meta()->setInt64("arrivalTimeUs", nowUs);
373 int64_t nowUs = ALooper::GetNowUs(); local
374 packet->meta()->setInt64("arrivalTimeUs", nowUs);
407 int64_t nowUs = ALooper::GetNowUs(); local
408 data->meta()->setInt64("arrivalTimeUs", nowUs);
526 int64_t nowUs = ALooper::GetNowUs();
527 int64_t delayMs = (nowUs - frag.mTimeUs) / 1000ll;
673 int64_t nowUs = ALooper::GetNowUs();
676 || nowUs > mLastStallReportU
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DKernelUidCpuTimeReader.java68 long nowUs = SystemClock.elapsedRealtime() * 1000;
88 final long timeDiffUs = nowUs - mLastTimeReadUs;
125 mLastTimeReadUs = nowUs;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp357 int64_t nowUs = ALooper::GetNowUs(); local
358 int64_t nowMediaUs = mAudioSink->getPlayedOutDurationUs(nowUs)
360 mMediaClock->updateAnchor(nowMediaUs, nowUs, -1);
897 int64_t nowUs = ALooper::GetNowUs(); local
899 mAudioFirstAnchorTimeMediaUs + mAudioSink->getPlayedOutDurationUs(nowUs);
901 mMediaClock->updateAnchor(nowMediaUs, nowUs, INT64_MAX);
1144 int64_t NuPlayer::Renderer::getPendingAudioPlayoutDurationUs(int64_t nowUs) { argument
1147 int64_t nowUs = ALooper::GetNowUs(); local
1149 if (mMediaClock->getMediaTime(nowUs, &mediaUs) != OK) {
1156 const int64_t audioSinkPlayedUs = mAudioSink->getPlayedOutDurationUs(nowUs);
1169 getRealTimeUs(int64_t mediaTimeUs, int64_t nowUs) argument
1195 int64_t nowUs = ALooper::GetNowUs(); local
1250 int64_t nowUs = ALooper::GetNowUs(); local
1347 int64_t nowUs = ALooper::GetNowUs(); local
[all...]
H A DNuPlayerRenderer.h223 int64_t *mediaUs, int64_t nowUs, bool allowPastQueuedVideo = false);
226 int64_t *mediaUs, int64_t nowUs, bool allowPastQueuedVideo = false);
233 int64_t getPendingAudioPlayoutDurationUs(int64_t nowUs);
242 int64_t getRealTimeUs(int64_t mediaTimeUs, int64_t nowUs);
/frameworks/av/include/media/stagefright/
H A DMediaSync.h236 int64_t getRealTime(int64_t mediaTimeUs, int64_t nowUs);
238 int64_t getPlayedOutAudioDurationMedia_l(int64_t nowUs);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaSync.h236 int64_t getRealTime(int64_t mediaTimeUs, int64_t nowUs);
238 int64_t getPlayedOutAudioDurationMedia_l(int64_t nowUs);
/frameworks/av/media/libstagefright/rtsp/
H A DUDPPusher.cpp105 int64_t nowUs = ALooper::GetNowUs(); local
106 (new AMessage(kWhatPush, this))->post(whenUs - nowUs);
H A DARTPSource.cpp178 int64_t nowUs = ALooper::GetNowUs(); local
179 if (mLastFIRRequestUs >= 0 && mLastFIRRequestUs + 5000000ll > nowUs) {
184 mLastFIRRequestUs = nowUs;
H A DARTPConnection.cpp308 int64_t nowUs = ALooper::GetNowUs(); local
310 || mLastReceiverReportTimeUs + 5000000ll <= nowUs) {
361 mLastReceiverReportTimeUs = nowUs;
H A DARTPWriter.cpp419 uint64_t nowUs = ALooper::GetNowUs(); local
421 nowUs += ((70ll * 365 + 17) * 24) * 60 * 60 * 1000000ll;
423 uint64_t hi = nowUs / 1000000ll;
424 uint64_t lo = ((1ll << 32) * (nowUs % 1000000ll)) / 1000000ll;
H A DMyTransmitter.h144 uint64_t nowUs = tv.tv_sec * 1000000ll + tv.tv_usec; local
146 nowUs += ((70ll * 365 + 17) * 24) * 60 * 60 * 1000000ll;
148 uint64_t hi = nowUs / 1000000ll;
149 uint64_t lo = ((1ll << 32) * (nowUs % 1000000ll)) / 1000000ll;
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp270 int64_t nowUs = ALooper::GetNowUs(); local
271 uint32_t rtpTime = (nowUs * 9) / 100ll;
495 uint64_t nowUs = tv.tv_sec * 1000000ll + tv.tv_usec; local
497 nowUs += ((70ll * 365 + 17) * 24) * 60 * 60 * 1000000ll;
499 uint64_t hi = nowUs / 1000000ll;
500 uint64_t lo = ((1ll << 32) * (nowUs % 1000000ll)) / 1000000ll;
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp512 int64_t nowUs = ALooper::GetNowUs(); local
515 mStartTimeRealUs = nowUs + 1000000ll;
525 int64_t lateByUs = nowUs - whenRealUs;
/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.cpp285 int64_t nowUs = ALooper::GetNowUs(); local
287 if (mediaClock->getMediaTime(nowUs, &mediaUs) != OK) {
294 (jlong)(nowUs * 1000));
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java5388 long nowUs;
5390 nowUs = getCurrentTimeUs(refreshTime, true);
5395 nowUs = getCurrentTimeUs(refreshTime, true);
5397 long nextTimeUs = nowUs;
5407 .append(nowUs).append(") from {");
5429 } else if (mTimes[ix] <= nowUs + MAX_EARLY_CALLBACK_US) {
5433 } else if (nextTimeUs == nowUs || mTimes[ix] < nextTimeUs) {
5438 if (nextTimeUs > nowUs && !mPaused) {
5440 if (DEBUG) Log.d(TAG, "scheduling for " + nextTimeUs + " and " + nowUs);
5441 scheduleNotification(NOTIFY_TIME, nextTimeUs - nowUs);
[all...]
/frameworks/av/include/media/
H A DMediaPlayerInterface.h103 virtual int64_t getPlayedOutDurationUs(int64_t nowUs) const = 0;
/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h103 virtual int64_t getPlayedOutDurationUs(int64_t nowUs) const = 0;

Completed in 477 milliseconds

12