Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/loopback/src/analyzer/
DGlitchAnalyzer.h97 << mSinePeriod << "\n"; in analyze()
200 if (mFramesAccumulated == mSinePeriod * PERIODS_NEEDED_FOR_LOCK) { in processInputFrame()
237 if (mFramesAccumulated == mSinePeriod) { in processInputFrame()
272 if (mNonGlitchCount++ > mSinePeriod) { in processInputFrame()
277 if (mGlitchLength > (4 * mSinePeriod)) { in processInputFrame()
368 mSinePeriod = getSampleRate() / kTargetGlitchFrequency; in prepareToTest()
370 mInverseSinePeriod = 1.0 / mSinePeriod; in prepareToTest()
406 int mSinePeriod = 1; // this will be set before use variable