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

/frameworks/base/voip/jni/rtp/
H A DEchoSuppressor.cpp26 #include "EchoSuppressor.h"
42 EchoSuppressor::EchoSuppressor(int sampleCount, int tailLength) function in class:EchoSuppressor
85 EchoSuppressor::~EchoSuppressor()
97 void EchoSuppressor::run(int16_t *playbacked, int16_t *recorded)
H A DEchoSuppressor.h22 class EchoSuppressor class
26 EchoSuppressor(int sampleCount, int tailLength);
27 ~EchoSuppressor();

Completed in 34 milliseconds