Searched defs:tailLength (Results 1 - 1 of 1) sorted by path

/frameworks/base/voip/jni/rtp/
H A DEchoSuppressor.cpp42 EchoSuppressor::EchoSuppressor(int sampleCount, int tailLength) argument
44 tailLength += sampleCount * 4;
47 while ((sampleCount >> shift) > 1 && (tailLength >> shift) > 256) {
55 mTailLength = tailLength >> shift;
56 mRecordLength = tailLength * 2 / sampleCount;

Completed in 15 milliseconds