Searched refs:tailLength (Results 1 – 2 of 2) sorted by relevance
42 EchoSuppressor::EchoSuppressor(int sampleCount, int tailLength) in EchoSuppressor() argument44 tailLength += sampleCount * 4; in EchoSuppressor()47 while ((sampleCount >> shift) > 1 && (tailLength >> shift) > 256) { in EchoSuppressor()55 mTailLength = tailLength >> shift; in EchoSuppressor()56 mRecordLength = tailLength * 2 / sampleCount; in EchoSuppressor()
26 EchoSuppressor(int sampleCount, int tailLength);