Searched refs:mMaxTimeSlipNs (Results 1 – 2 of 2) sorted by relevance
47 , mMaxTimeSlipNs(std::min((int64_t)200'000'000, mEntryTimeNs)) in PowerLogBase()59 && nowNs > mCurrentTime + mCurrentFrames * 1e9 / mSampleRate + mMaxTimeSlipNs) { in processEnergy()
65 const int64_t mMaxTimeSlipNs; // maximum time incoming audio can variable