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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.c707 int nSampSndCard, delayNew, nSampAdd; local
717 nSampAdd = (int)(WEBRTC_SPL_MAX(((nSampSndCard >> 1) - nSampFar),
719 nSampAdd = WEBRTC_SPL_MIN(nSampAdd, maxStuffSamp);
721 WebRtc_MoveReadPtr(aecm->farendBuf, -nSampAdd);
/external/webrtc/src/modules/audio_processing/aecm/
H A Decho_control_mobile.c789 int nSampSndCard, delayNew, nSampAdd; local
799 nSampAdd = (int)(WEBRTC_SPL_MAX(((nSampSndCard >> 1) - nSampFar),
801 nSampAdd = WEBRTC_SPL_MIN(nSampAdd, maxStuffSamp);
803 WebRtc_MoveReadPtr(aecm->farendBuf, -nSampAdd);

Completed in 731 milliseconds