HomeSort by relevance Sort by last modified time
    Searched refs:GetNowUs (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/av/media/libstagefright/
TimeSource.cpp 26 : mStartTimeUs(ALooper::GetNowUs()) {
30 return ALooper::GetNowUs() - mStartTimeUs;
MediaClock.cpp 60 int64_t nowUs = ALooper::GetNowUs();
85 int64_t nowUs = ALooper::GetNowUs();
142 int64_t nowUs = ALooper::GetNowUs();
ThrottledSource.cpp 45 int64_t nowUs = ALooper::GetNowUs();
TimedEventQueue.cpp 114 return postTimedEvent(event, ALooper::GetNowUs() + delay_us);
137 if (realtime_us > ALooper::GetNowUs() + kWakelockMinDelay) {
245 now_us = ALooper::GetNowUs();
278 now_us = ALooper::GetNowUs();
AudioPlayer.cpp 49 mNumFramesPlayedSysTimeUs(ALooper::GetNowUs()),
275 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
283 mPinnedTimeUs = ALooper::GetNowUs();
372 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
692 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
737 diffUs = ALooper::GetNowUs();
834 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
HTTPBase.cpp 61 int64_t timeNowUs = ALooper::GetNowUs();
MediaSync.cpp 311 int64_t nowUs = ALooper::GetNowUs();
554 int64_t nowUs = ALooper::GetNowUs();
802 int64_t nowUs = ALooper::GetNowUs();
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 126 mStartTimeUs = ALooper::GetNowUs();
131 int64_t nowUs = ALooper::GetNowUs();
149 int64_t nowUs = ALooper::GetNowUs();
195 mLastBufferUpdateUs = ALooper::GetNowUs();
214 mLastBufferUpdateUs = ALooper::GetNowUs();
Converter.cpp 350 int64_t nowUs = ALooper::GetNowUs();
383 int64_t nowUs = ALooper::GetNowUs();
490 notify->setInt64("whenUs", ALooper::GetNowUs());
PlaybackSession.cpp 315 mLastOutputBufferQueuedTimeUs = ALooper::GetNowUs();
341 return (ALooper::GetNowUs() - mLastOutputBufferQueuedTimeUs) > 60000ll;
439 mLastLifesignUs = ALooper::GetNowUs();
831 int64_t nowUs = ALooper::GetNowUs();
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 68 int64_t ALooper::GetNowUs() {
169 whenUs = GetNowUs() + delayUs;
171 whenUs = GetNowUs();
203 int64_t nowUs = GetNowUs();
ANetworkSession.cpp 294 int64_t nowUs = ALooper::GetNowUs();
373 int64_t nowUs = ALooper::GetNowUs();
407 int64_t nowUs = ALooper::GetNowUs();
526 int64_t nowUs = ALooper::GetNowUs();
673 int64_t nowUs = ALooper::GetNowUs();
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 55 static int64_t GetNowUs();
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 88 int64_t startTimeUs = ALooper::GetNowUs();
112 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
  /frameworks/av/media/libstagefright/rtsp/
ARTPAssembler.cpp 39 if (ALooper::GetNowUs() - mFirstFailureTimeUs > 10000ll) {
47 mFirstFailureTimeUs = ALooper::GetNowUs();
UDPPusher.cpp 66 mFirstTimeUs = ALooper::GetNowUs();
105 int64_t nowUs = ALooper::GetNowUs();
ARTPSource.cpp 96 mLastNTPTimeUpdateUs = ALooper::GetNowUs();
171 int64_t nowUs = ALooper::GetNowUs();
260 ((ALooper::GetNowUs() - mLastNTPTimeUpdateUs) * 65536.0 / 1E6);
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 150 int64_t startTime = ALooper::GetNowUs();
185 if (ALooper::GetNowUs() - startTime > 2000000ll) {
202 && ALooper::GetNowUs() - startTime <= 2000000ll) {
245 haveAudio, haveVideo, ALooper::GetNowUs() - startTime);
  /frameworks/av/cmds/stagefright/
muxer.cpp 154 int64_t muxerStartTimeUs = ALooper::GetNowUs();
221 int64_t elapsedTimeUs = ALooper::GetNowUs() - muxerStartTimeUs;
SimplePlayer.cpp 509 int64_t nowUs = ALooper::GetNowUs();
626 int64_t startTimeUs = ALooper::GetNowUs();
633 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
codec.cpp 141 int64_t startTimeUs = ALooper::GetNowUs();
308 int64_t elapsedTimeUs = ALooper::GetNowUs() - startTimeUs;
mediafilter.cpp 468 int64_t startTimeUs = ALooper::GetNowUs();
644 int64_t elapsedTimeUs = ALooper::GetNowUs() - startTimeUs;
sf2.cpp 83 int64_t delayUs = ALooper::GetNowUs() - mStartTimeUs;
163 mStartTimeUs = ALooper::GetNowUs();
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 314 return mMediaClock->getMediaTime(ALooper::GetNowUs(), mediaUs);
741 int64_t nowUs = ALooper::GetNowUs();
762 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs());
845 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs());
974 int64_t nowUs = ALooper::GetNowUs();
    [all...]
RTSPSource.cpp 230 setEOSTimeout(audio, ALooper::GetNowUs());
231 } else if ((ALooper::GetNowUs() - eosTimeout) > kNearEOSTimeoutUs) {

Completed in 327 milliseconds

1 2