Home
last modified time | relevance | path

Searched refs:mMaxTimeSlipNs (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/
DPowerLog.cpp47 , mMaxTimeSlipNs(std::min((int64_t)200'000'000, mEntryTimeNs)) in PowerLogBase()
59 && nowNs > mCurrentTime + mCurrentFrames * 1e9 / mSampleRate + mMaxTimeSlipNs) { in processEnergy()
/system/media/audio_utils/include/audio_utils/
DPowerLog.h65 const int64_t mMaxTimeSlipNs; // maximum time incoming audio can variable