HomeSort by relevance Sort by last modified time
    Searched defs:echo (Results 26 - 30 of 30) sorted by null

12

  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core.c 696 // Inverse fft to obtain echo estimate and error.
760 // Update power levels and echo metrics
1342 float echo, suppressedEcho; local
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 628 // FIXME: temporary code to overcome echo and mic gain issues on herring and tuna boards.
828 // check if platform supports echo cancellation and do not active local echo suppression in
830 EchoSuppressor *echo = NULL; local
849 // Create local echo suppressor if platform AEC cannot be used.
851 echo = new EchoSuppressor(sampleCount,
915 if (echo != NULL) {
916 LOGV("echo->run()");
917 echo->run(output, input);
924 delete echo;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip_icmp.h 38 } echo; /* echo datagram */ member in union:icmphdr::__anon21324
48 #define ICMP_ECHOREPLY 0 /* Echo Reply */
52 #define ICMP_ECHO 8 /* Echo Request */
147 struct ih_idseq /* echo datagram */
  /external/qemu/
console.c 173 int echo; member in struct:TextConsole
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 835 milliseconds

12