Searched refs:mY2Records (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/voip/src/jni/rtp/
H A DEchoSuppressor.h47 uint32_t *mY2Records; member in class:EchoSuppressor
H A DEchoSuppressor.cpp72 mY2Records = new uint32_t[mRecordLength];
73 memset(mY2Records, 0, sizeof(*mY2Records) * mRecordLength);
92 delete [] mY2Records;
148 mY2Sum += y2Sum - mY2Records[mRecordOffset];
150 mY2Records[mRecordOffset] = y2Sum;

Completed in 66 milliseconds