Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/jni/rtp/
DEchoSuppressor.cpp42 EchoSuppressor::EchoSuppressor(int sampleCount, int tailLength) in EchoSuppressor() argument
44 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()
DEchoSuppressor.h26 EchoSuppressor(int sampleCount, int tailLength);