/frameworks/av/media/module/foundation/ |
D | AHandler.cpp | 27 setDeliveryStatus(true, msg->what(), ALooper::GetNowUs()); in deliverMessage() 55 0 : ALooper::GetNowUs() - mCurrentMessageStartTimeUs; in getDeliveryStatus()
|
D | ALooper.cpp | 68 int64_t ALooper::GetNowUs() { in GetNowUs() function in android::ALooper 73 return GetNowUs(); in getNowUs()
|
/frameworks/av/media/libstagefright/ |
D | MediaClock.cpp | 99 int64_t nowUs = ALooper::GetNowUs(); in updateAnchor() 141 int64_t nowUs = ALooper::GetNowUs(); in setPlaybackRate() 202 int64_t nowUs = ALooper::GetNowUs(); in getRealTimeFor() 262 ALooper::GetNowUs(), &nowMediaTimeUs, false /* allowPastMaxTime */); in processTimers_l()
|
D | ThrottledSource.cpp | 45 int64_t nowUs = ALooper::GetNowUs(); in readAt()
|
D | MediaSync.cpp | 314 int64_t nowUs = ALooper::GetNowUs(); in updateQueuedAudioData() 541 int64_t nowUs = ALooper::GetNowUs(); in onDrainVideo_l() 788 int64_t nowUs = ALooper::GetNowUs(); in onMessageReceived()
|
/frameworks/av/media/libdatasource/ |
D | MediaHTTP.cpp | 99 int64_t startTimeUs = ALooper::GetNowUs(); in readAt() 123 int64_t delayUs = ALooper::GetNowUs() - startTimeUs; in readAt()
|
D | HTTPBase.cpp | 60 int64_t timeNowUs = ALooper::GetNowUs(); in addBandwidthMeasurement()
|
D | NuCachedSource2.cpp | 412 && ALooper::GetNowUs() >= mLastFetchTimeUs + mKeepAliveIntervalUs; in onFetch() 421 mLastFetchTimeUs = ALooper::GetNowUs(); in onFetch()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | UDPPusher.cpp | 66 mFirstTimeUs = ALooper::GetNowUs(); in start() 105 int64_t nowUs = ALooper::GetNowUs(); in onPush()
|
D | ARTPAssembler.cpp | 44 if (ALooper::GetNowUs() - mFirstFailureTimeUs > 10000LL) { in onPacketReceived() 52 mFirstFailureTimeUs = ALooper::GetNowUs(); in onPacketReceived()
|
D | ARTPConnection.cpp | 481 int64_t nowUs = ALooper::GetNowUs(); in onPollStreams() 711 int64_t nowUs = ALooper::GetNowUs(); in notifyCongestionToUpperLayerIfNeeded() 857 notify->setInt64("recv-time-us", ALooper::GetNowUs()); in parseRTP() 921 notify->setInt64("recv-time-us", ALooper::GetNowUs()); in parseRTCP() 1022 int64_t nowUs = ALooper::GetNowUs(); in parseBYE() 1041 int64_t recvTimeUs = ALooper::GetNowUs(); in parseSenderReport() 1077 int64_t recvTimeUs = ALooper::GetNowUs(); in parseReceiverReport()
|
D | AAVCAssembler.cpp | 129 int64_t nowTimeUs = ALooper::GetNowUs(); in addNALUnit() 316 mLastIFrameProvidedAtMs = ALooper::GetNowUs() / 1000; in checkIFrameProvided() 662 uint64_t msecsSinceLastIFrame = (ALooper::GetNowUs() / 1000) - mLastIFrameProvidedAtMs; in assembleMore()
|
D | AHEVCAssembler.cpp | 139 int64_t nowTimeUs = ALooper::GetNowUs(); in addNALUnit() 324 mLastIFrameProvidedAtMs = ALooper::GetNowUs() / 1000; in checkIFrameProvided() 665 uint64_t msecsSinceLastIFrame = (ALooper::GetNowUs() / 1000) - mLastIFrameProvidedAtMs; in assembleMore()
|
D | ARTPSource.cpp | 266 int64_t nowUs = ALooper::GetNowUs(); in queuePacket() 382 int64_t nowUs = ALooper::GetNowUs(); in addFIR() 504 ((ALooper::GetNowUs() - mLastSrUpdateTimeUs) * 65536.0 / 1E6); in addReceiverReport()
|
D | ARTPWriter.cpp | 667 uint32_t ms = tolel(ALooper::GetNowUs() / 1000ll); in send() 703 uint32_t rtpTime = getRtpTime(ALooper::GetNowUs()); in addSR() 1236 mTrafficRec->updateClock(ALooper::GetNowUs() / 1000); in sendAVCData() 1707 mTrafficRec->updateClock(ALooper::GetNowUs() / 1000); in ModerateInstantTraffic()
|
/frameworks/av/cmds/stagefright/ |
D | AudioPlayer.cpp | 48 mNumFramesPlayedSysTimeUs(ALooper::GetNowUs()), in AudioPlayer() 294 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs(); in pause() 389 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs(); in reset() 611 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs(); in fillBuffer() 658 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs(); in seekTo()
|
D | muxer.cpp | 158 int64_t muxerStartTimeUs = ALooper::GetNowUs(); in muxing() 225 int64_t elapsedTimeUs = ALooper::GetNowUs() - muxerStartTimeUs; in muxing()
|
D | SimplePlayer.cpp | 512 int64_t nowUs = ALooper::GetNowUs(); in onDoMoreStuff() 629 int64_t startTimeUs = ALooper::GetNowUs(); in renderAudio() 636 int64_t delayUs = ALooper::GetNowUs() - startTimeUs; in renderAudio()
|
D | codec.cpp | 141 int64_t startTimeUs = android::ALooper::GetNowUs(); in decode() 310 int64_t elapsedTimeUs = android::ALooper::GetNowUs() - startTimeUs; in decode()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerRenderer.cpp | 390 status_t result = mMediaClock->getMediaTime(ALooper::GetNowUs(), mediaUs); in getCurrentPosition() 409 int64_t nowUs = ALooper::GetNowUs(); in getCurrentPosition() 419 return mMediaClock->getMediaTime(ALooper::GetNowUs(), mediaUs); in getCurrentPosition() 871 const int64_t diffUs = mPauseDrainAudioAllowedUs - ALooper::GetNowUs(); in postDrainAudioQueue_l() 1005 int64_t nowUs = ALooper::GetNowUs(); in fillAudioBuffer() 1026 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs()); in fillAudioBuffer() 1130 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs()); in onDrainAudioQueue() 1255 int64_t nowUs = ALooper::GetNowUs(); in getPendingAudioPlayoutDurationUs() 1303 int64_t nowUs = ALooper::GetNowUs(); in onNewAudioMediaTime() 1357 int64_t nowUs = ALooper::GetNowUs(); in postDrainVideoQueue() [all …]
|
D | RTPSource.cpp | 278 setEOSTimeout(audio, ALooper::GetNowUs()); in dequeueAccessUnit() 279 } else if ((ALooper::GetNowUs() - eosTimeout) > kNearEOSTimeoutUs) { in dequeueAccessUnit() 458 accessUnit->meta()->setInt64("timeUs", ALooper::GetNowUs()); in onMessageReceived()
|
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
D | ALooper.h | 55 static int64_t GetNowUs();
|
/frameworks/av/media/module/extractors/mpeg2/ |
D | MPEG2TSExtractor.cpp | 348 int64_t startTime = ALooper::GetNowUs(); in init() 402 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init() 407 if (ALooper::GetNowUs() - startTime > 2000000LL) { in init() 419 && ALooper::GetNowUs() - startTime <= 2000000LL) { in init() 478 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init()
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 104 int64_t nowUs = ALooper::GetNowUs(); in addBandwidthMeasurement() 441 mRealTimeBaseUs = ALooper::GetNowUs() - timeUs; in dequeueAccessUnit() 770 failureIndex).mLastFailureUs = ALooper::GetNowUs(); in onMessageReceived() 960 || ALooper::GetNowUs() - item.mLastFailureUs > kBlacklistWindowUs; in isBandwidthValid() 1804 mRealTimeBaseUs = ALooper::GetNowUs() - mLastDequeuedTimeUs; in onChangeConfiguration3() 1806 mRealTimeBaseUs = ALooper::GetNowUs() - timeUs; in onChangeConfiguration3()
|
D | PlaylistFetcher.cpp | 243 int64_t nowUs = ALooper::GetNowUs(); in delayUsToRefreshPlaylist() 968 mPlaylistTimeUs = ALooper::GetNowUs(); in refreshPlaylist() 971 mLastPlaylistFetchTimeUs = ALooper::GetNowUs(); in refreshPlaylist() 1371 int64_t startUs = ALooper::GetNowUs(); in onDownloadNext() 1375 int64_t delayUs = ALooper::GetNowUs() - startUs; in onDownloadNext()
|