Searched refs:deltaTimeUs (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libaudioclient/ |
D | AudioTrack.cpp | 3333 const int64_t deltaTimeUs = timestampTimeUs - mStartFromZeroUs; in getTimestamp_l() local 3337 if (deltaPositionByUs > deltaTimeUs + kTimeJitterUs) { in getTimestamp_l() 3345 (long long)deltaTimeUs, (long long)deltaPositionByUs, in getTimestamp_l()
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Writer.cpp | 5164 int64_t deltaTimeUs = mMinCttsOffsetTimeUs; in writeCttsBox() local 5165 ALOGV("ctts deltaTimeUs:%" PRId64, deltaTimeUs); in writeCttsBox() 5166 int64_t delta = (deltaTimeUs * mTimeScale + 500000LL) / 1000000LL; in writeCttsBox()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | BatteryStatsImpl.java | 3110 public void add(long deltaTimeUs, int deltaCount) { in add() argument 3111 add(deltaTimeUs, deltaCount, mClock.elapsedRealtime() * 1000); in add() 3117 public void add(long deltaTimeUs, int deltaCount, long elapsedRealtimeUs) { in add() argument 3118 update(mCurrentReportedTotalTimeUs + deltaTimeUs, mCurrentReportedCount + deltaCount, in add()
|