Home
last modified time | relevance | path

Searched refs:nBlocks10ms (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.c246 size_t nBlocks10ms; in WebRtcAecm_Process() local
290 nBlocks10ms = nFrames / aecm->aecmCore->mult; in WebRtcAecm_Process()
335 if (aecm->counter * nBlocks10ms >= 6) in WebRtcAecm_Process()
346 if (aecm->checkBufSizeCtr * nBlocks10ms > 50) in WebRtcAecm_Process()
/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.c581 size_t nBlocks10ms; in ProcessNormal() local
622 nBlocks10ms = nrOfSamples / (FRAME_LEN * aecpc->rate_factor); in ProcessNormal()
656 if (aecpc->counter * nBlocks10ms >= 6) { in ProcessNormal()
668 if (aecpc->checkBufSizeCtr * nBlocks10ms > 50) { in ProcessNormal()