OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mYRecords
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.h
46
uint32_t *
mYRecords
;
EchoSuppressor.cpp
70
mYRecords
= new uint32_t[mRecordLength];
71
memset(
mYRecords
, 0, sizeof(*
mYRecords
) * mRecordLength);
91
delete []
mYRecords
;
147
mYSum += ySum -
mYRecords
[mRecordOffset];
149
mYRecords
[mRecordOffset] = ySum;
Completed in 53 milliseconds