Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/examples/loopback/src/analyzer/
DGlitchAnalyzer.h157 if (mForceGlitchCounter == 0) { in processInputFrame()
159 mForceGlitchCounter = getSampleRate(); in processInputFrame()
160 } else if (mForceGlitchCounter <= mForceGlitchDuration) { in processInputFrame()
164 --mForceGlitchCounter; in processInputFrame()
429 int32_t mForceGlitchCounter = 4 * 48000; // count down and trigger at zero variable