Searched refs:deltaTimeUs (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioTrack.cpp | 3210 const int64_t deltaTimeUs = timestampTimeUs - mStartFromZeroUs; in getTimestamp_l() local 3214 if (deltaPositionByUs > deltaTimeUs + kTimeJitterUs) { in getTimestamp_l() 3222 (long long)deltaTimeUs, (long long)deltaPositionByUs, in getTimestamp_l()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MPEG4Writer.cpp | 4909 int64_t deltaTimeUs = mMinCttsOffsetTimeUs; in writeCttsBox() local 4910 ALOGV("ctts deltaTimeUs:%" PRId64, deltaTimeUs); in writeCttsBox() 4911 int64_t delta = (deltaTimeUs * mTimeScale + 500000LL) / 1000000LL; in writeCttsBox()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BatteryStatsImpl.java | 2149 public void add(long deltaTimeUs, int deltaCount) { in add() argument 2150 add(deltaTimeUs, deltaCount, mClocks.elapsedRealtime() * 1000); in add() 2156 public void add(long deltaTimeUs, int deltaCount, long elapsedRealtimeUs) { in add() argument 2157 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()
|