OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mY2Records
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.h
47
uint32_t *
mY2Records
;
EchoSuppressor.cpp
72
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 977 milliseconds