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

/external/webrtc/src/modules/audio_processing/aecm/
H A Decho_control_mobile.c274 short nBlocks10ms; local
336 nBlocks10ms = nFrames / aecm->aecmCore->mult;
378 if (aecm->counter * nBlocks10ms >= 6)
389 if (aecm->checkBufSizeCtr * nBlocks10ms > 50)
/external/webrtc/src/modules/audio_processing/aec/
H A Decho_cancellation.c378 short nBlocks10ms; local
463 nBlocks10ms = nFrames / aecpc->aec->mult;
496 if (aecpc->counter * nBlocks10ms >= 6) {
507 if (aecpc->checkBufSizeCtr * nBlocks10ms > 50) {

Completed in 93 milliseconds