Searched refs:mSinePeriod (Results 1 – 3 of 3) sorted by relevance
145 if (mFramesAccumulated == mSinePeriod) { in transformSample()170 mSinePeriod = getSampleRate() / kTargetGlitchFrequency; in prepareToTest()172 mInverseSinePeriod = 1.0 / mSinePeriod; in prepareToTest()179 int32_t mSinePeriod = 1; // this will be set before use variable
87 << mSinePeriod << "\n"; in analyze()171 if (mFramesAccumulated == mSinePeriod * PERIODS_NEEDED_FOR_LOCK) { in processInputFrame()235 if (mNonGlitchCount++ > mSinePeriod) { in processInputFrame()240 if (mGlitchLength > (4 * mSinePeriod)) { in processInputFrame()
75 << mSinePeriod << "\n"; in analyze()