Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DBaseSineAnalyzer.h125 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
DGlitchAnalyzer.h85 << mFramesAccumulated << "\n"; in analyze()
169 mFramesAccumulated++; in processInputFrame()
171 if (mFramesAccumulated == mSinePeriod * PERIODS_NEEDED_FOR_LOCK) { in processInputFrame()
DDataPathAnalyzer.h73 << mFramesAccumulated << "\n"; in analyze()