Searched refs:nrOfSamples (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/audio_processing/aecm/ |
D | echo_control_mobile.c | 227 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/ |
D | echo_cancellation.c | 293 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/ |
D | echo_control_mobile.h | 103 WebRtc_Word16 nrOfSamples); 134 WebRtc_Word16 nrOfSamples,
|
/external/webrtc/src/modules/audio_processing/aec/interface/ |
D | echo_cancellation.h | 128 WebRtc_Word16 nrOfSamples); 161 WebRtc_Word16 nrOfSamples,
|