Searched refs:nBlocks10ms (Results 1 – 2 of 2) sorted by relevance
246 size_t nBlocks10ms; in WebRtcAecm_Process() local290 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()
581 size_t nBlocks10ms; in ProcessNormal() local622 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()