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

/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
H A DDebugWebSocketServer.java1 package fi.iki.elonen.samples.echo;
H A DEchoSocketSample.java1 package fi.iki.elonen.samples.echo;
H A DDebugWebSocket.java1 package fi.iki.elonen.samples.echo;
/external/lldb/source/Core/
H A DInputReaderEZ.cpp67 bool echo)
74 echo);
63 Initialize(void* baton, lldb::InputReaderGranularity token_size, const char* end_token, const char *prompt, bool echo) argument
/external/javasqlite/src/main/java/SQLite/
H A DShell.java20 boolean echo; field in class:Shell
53 s.echo = echo;
315 if (cmd.compareTo(".echo") == 0) {
318 echo = true;
338 pw.println(".echo ON|OFF Command echo on or off");
478 if (echo) {
493 if (!echo) {
552 } else if (args[i].compareTo("-echo")
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dicmp.h76 } echo; member in union:icmphdr::__anon6834
/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c760 WebRtc_Word16 echo, WebRtc_UWord8 *saturationWarning)
1216 /* Ensure gain is not increased in presence of echo or after a mute event
1219 if (echo == 1 || (stt->muteGuardMs > 0 && stt->muteGuardMs < kMuteGuardTimeMs))
1248 WebRtc_Word32 *outMicLevel, WebRtc_Word16 echo,
1357 stt->vadMic.logRatio, echo, saturationWarning) == -1)
757 WebRtcAgc_ProcessAnalog(void *state, WebRtc_Word32 inMicLevel, WebRtc_Word32 *outMicLevel, WebRtc_Word16 vadLogRatio, WebRtc_Word16 echo, WebRtc_UWord8 *saturationWarning) argument
1245 WebRtcAgc_Process(void *agcInst, const WebRtc_Word16 *in_near, const WebRtc_Word16 *in_near_H, WebRtc_Word16 samples, WebRtc_Word16 *out, WebRtc_Word16 *out_H, WebRtc_Word32 inMicLevel, WebRtc_Word32 *outMicLevel, WebRtc_Word16 echo, WebRtc_UWord8 *saturationWarning) argument
/external/libvncserver/x11vnc/
H A Dunixpw.c1670 static int echo = 1; local
1692 echo = 1;
1837 echo = 0;
1838 rfbLog("unixpw_keystroke: echo off.\n");
1928 if (echo) {
1974 if (echo ) {
/external/speex/libspeex/
H A Dpreprocess.c50 approach to combined acoustic echo cancellation and noise reduction". IEEE
320 /* Compute the gain floor based on different floors for the background noise and residual echo */
321 static void compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len) argument
331 /* gain_floor = sqrt [ (noise*noise_floor + echo*echo_floor) / (noise+echo) ] */
334 spx_sqrt(SHL32(EXTEND32(DIV32_16_Q15(PSHR32(noise[i],NOISE_SHIFT) + MULT16_32_Q15(gain_ratio,echo[i]),
335 (1+PSHR32(noise[i],NOISE_SHIFT) + echo[i]) )),15)));
341 /* gain_floor = sqrt [ (noise*noise_floor + echo*echo_floor) / (noise+echo) ] */
344 spx_sqrt(SHL32(EXTEND32(DIV32_16_Q15(MULT16_32_Q15(gain_ratio,PSHR32(noise[i],NOISE_SHIFT)) + echo[
380 compute_gain_floor(int noise_suppress, int effective_echo_suppress, spx_word32_t *noise, spx_word32_t *echo, spx_word16_t *gain_floor, int len) argument
721 speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo) argument
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c778 // Inverse fft to obtain echo estimate and error.
825 // Update power levels and echo metrics
1385 float echo, suppressedEcho; local
1387 if (aec->echoState) { // Check if echo is likely present
1408 echo = aec->nearlevel.averagelevel - safety * aec->nearlevel.minlevel;
1413 dtmp2 = 10 * (float)log10(aec->farlevel.averagelevel / echo + 1e-10f);
1443 dtmp2 = 10 * (float)log10(echo / suppressedEcho + 1e-10f);
1473 dtmp2 = 10 * (float)log10(echo / suppressedEcho + 1e-10f);
/external/openssh/
H A Dsshconnect2.c1410 int echo = 0; local
1443 echo = packet_get_char();
1445 response = read_passphrase(prompt, echo ? RP_ECHO : 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 445 milliseconds