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

/frameworks/base/voip/jni/rtp/
H A DEchoSuppressor.h28 void run(int16_t *playbacked, int16_t *recorded);
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 1622 milliseconds