Searched refs:mLastFrames (Results 1 – 1 of 1) sorted by relevance
394 private long mLastFrames = 0; field in AudioHelper.TimestampVerifier416 return mLastTimeNs - ((mLastFrames - mStartFrames) * NANOS_PER_SECOND / mSampleRate); in getStartTimeNs()426 final long deltaFrames = frames - mLastFrames; in add()437 + ") lastframes(" + mLastFrames in add()445 if (mLastFrames != 0) { in add()464 mLastFrames = frames; in add()