Searched defs:recorded (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/voip/jni/rtp/
H A DEchoSuppressor.cpp29 // the timing information of the samples being played and recorded. Therefore,
97 void EchoSuppressor::run(int16_t *playbacked, int16_t *recorded) argument
132 int32_t y = recorded[j + k] << 15;
187 recorded[i] = recorded[i] * factor >> 16;

Completed in 40 milliseconds