Home
last modified time | relevance | path

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

/system/media/audio_utils/
DPowerLog.cpp59 && nowNs > mCurrentTime + mCurrentFrames * 1e9 / mSampleRate + mMaxTimeSlipNs) { in processEnergy()
68 mCurrentFrames += frames; in processEnergy()
74 __func__, (long long)nowNs, frames, mCurrentEnergy, mCurrentFrames); in processEnergy()
75 if (mCurrentFrames < mFramesPerEntry) return; in processEnergy()
222 mCurrentFrames = 0; in flushEntry()
/system/media/audio_utils/include/audio_utils/
DPowerLog.h48 const size_t required = mFramesPerEntry - mCurrentFrames; in framesToProcess()
70 size_t mCurrentFrames = 0; // number of frames in the energy variable