Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DGlitchAnalyzer.h272 if (mNonGlitchCount++ > mSinePeriod) { in processInputFrame()
276 mNonGlitchCount = 0; in processInputFrame()
335 mNonGlitchCount = 0; in onGlitchStart()
420 int32_t mNonGlitchCount = 0; variable