Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aecm/
Decho_control_mobile.c789 int nSampSndCard, delayNew, nSampAdd; in WebRtcAecm_DelayComp() local
799 nSampAdd = (int)(WEBRTC_SPL_MAX(((nSampSndCard >> 1) - nSampFar), in WebRtcAecm_DelayComp()
801 nSampAdd = WEBRTC_SPL_MIN(nSampAdd, maxStuffSamp); in WebRtcAecm_DelayComp()
803 WebRtc_MoveReadPtr(aecm->farendBuf, -nSampAdd); in WebRtcAecm_DelayComp()