Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DGlitchDetectionThread.java72 int FFTSamplingSize, int FFTOverlapSamples, int bufferTestDurationInSeconds, in GlitchDetectionThread() argument
88 mGlitches = new int[bufferTestDurationInSeconds * acceptableGlitchingIntervalsPerSecond]; in GlitchDetectionThread()
DLoopbackApplication.java260 void setBufferTestDuration(int bufferTestDurationInSeconds) { in setBufferTestDuration() argument
261 mBufferTestDurationInSeconds = Utilities.clamp(bufferTestDurationInSeconds, in setBufferTestDuration()
DLoopbackAudioThread.java96 int bufferTestDurationInSeconds, in LoopbackAudioThread() argument
106 mBufferTestDurationInSeconds = bufferTestDurationInSeconds; in LoopbackAudioThread()
DRecorderRunnable.java522 public void setBufferTestDurationInSeconds(int bufferTestDurationInSeconds) { in setBufferTestDurationInSeconds() argument
523 mBufferTestDurationInSeconds = bufferTestDurationInSeconds; in setBufferTestDurationInSeconds()
DNativeAudioThread.java119 int testType, int bufferTestDurationInSeconds, in NativeAudioThread() argument
129 mBufferTestDurationInSeconds = bufferTestDurationInSeconds; in NativeAudioThread()