Searched refs:mFramesAccumulated (Results 1 – 3 of 3) sorted by relevance
125 if (mFramesAccumulated == 0) {128 double sinMean = mSinAccumulator / mFramesAccumulated;129 double cosMean = mCosAccumulator / mFramesAccumulated;143 mFramesAccumulated++; in transformSample()145 if (mFramesAccumulated == mSinePeriod) { in transformSample()158 mFramesAccumulated = 0; in resetAccumulator()187 int32_t mFramesAccumulated = 0; variable
85 << mFramesAccumulated << "\n"; in analyze()169 mFramesAccumulated++; in processInputFrame()171 if (mFramesAccumulated == mSinePeriod * PERIODS_NEEDED_FOR_LOCK) { in processInputFrame()
73 << mFramesAccumulated << "\n"; in analyze()