HomeSort by relevance Sort by last modified time
    Searched refs:nBlocks10ms (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 274 short nBlocks10ms;
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/
echo_cancellation.c 378 short nBlocks10ms;
463 nBlocks10ms = nFrames / aecpc->aec->mult;
496 if (aecpc->counter * nBlocks10ms >= 6) {
507 if (aecpc->checkBufSizeCtr * nBlocks10ms > 50) {

Completed in 195 milliseconds