Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/loopback/src/
DLoopbackAnalyzer.h862 printf(LOOPBACK_RESULT_TAG "frames.accumulated = %8d\n", mFramesAccumulated); in report()
887 if (mFramesAccumulated == 0) {
890 double sinMean = mSinAccumulator / mFramesAccumulated;
891 double cosMean = mCosAccumulator / mFramesAccumulated;
962 mFramesAccumulated++; in process()
964 if (mFramesAccumulated == mSinePeriod * PERIODS_NEEDED_FOR_LOCK) { in process()
999 mFramesAccumulated++; in process()
1001 if (mFramesAccumulated == mSinePeriod) { in process()
1033 mFramesAccumulated = 0; in resetAccumulator()
1090 int32_t mFramesAccumulated = 0; variable