Home
last modified time | relevance | path

Searched refs:nrOfSamples (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/modules/audio_processing/aecm/
Decho_control_mobile.c227 WebRtc_Word16 nrOfSamples) in WebRtcAecm_BufferFarend() argument
249 if (nrOfSamples != 80 && nrOfSamples != 160) in WebRtcAecm_BufferFarend()
261 WebRtc_WriteBuffer(aecm->farendBuf, farend, (size_t) nrOfSamples); in WebRtcAecm_BufferFarend()
268 WebRtc_Word16 nrOfSamples, WebRtc_Word16 msInSndCardBuf) in WebRtcAecm_Process() argument
315 if (nrOfSamples != 80 && nrOfSamples != 160) in WebRtcAecm_Process()
335 nFrames = nrOfSamples / FRAME_LEN; in WebRtcAecm_Process()
342 memcpy(out, nearendNoisy, sizeof(short) * nrOfSamples); in WebRtcAecm_Process()
345 memcpy(out, nearendClean, sizeof(short) * nrOfSamples); in WebRtcAecm_Process()
/external/webrtc/src/modules/audio_processing/aec/
Decho_cancellation.c293 WebRtc_Word16 nrOfSamples) in WebRtcAec_BufferFarend() argument
297 int newNrOfSamples = (int) nrOfSamples; in WebRtcAec_BufferFarend()
320 if (nrOfSamples != 80 && nrOfSamples != 160) { in WebRtcAec_BufferFarend()
331 nrOfSamples, in WebRtcAec_BufferFarend()
373 WebRtc_Word16 nrOfSamples, WebRtc_Word16 msInSndCardBuf, WebRtc_Word32 skew) in WebRtcAec_Process() argument
404 if (nrOfSamples != 80 && nrOfSamples != 160) { in WebRtcAec_Process()
440 aecpc->skew /= aecpc->sampFactor*nrOfSamples; in WebRtcAec_Process()
462 nFrames = nrOfSamples / FRAME_LEN; in WebRtcAec_Process()
468 memcpy(out, nearend, sizeof(short) * nrOfSamples); in WebRtcAec_Process()
/external/webrtc/src/modules/audio_processing/aecm/interface/
Decho_control_mobile.h103 WebRtc_Word16 nrOfSamples);
134 WebRtc_Word16 nrOfSamples,
/external/webrtc/src/modules/audio_processing/aec/interface/
Decho_cancellation.h128 WebRtc_Word16 nrOfSamples);
161 WebRtc_Word16 nrOfSamples,