HomeSort by relevance Sort by last modified time
    Searched defs:EchoSuppressor (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.cpp 26 #include "EchoSuppressor.h"
42 EchoSuppressor::EchoSuppressor(int sampleCount, int tailLength)
85 EchoSuppressor::~EchoSuppressor()
97 void EchoSuppressor::run(int16_t *playbacked, int16_t *recorded)
EchoSuppressor.h 22 class EchoSuppressor
26 EchoSuppressor(int sampleCount, int tailLength);
27 ~EchoSuppressor();

Completed in 56 milliseconds