Searched refs:nSampAdd (Results 1 – 1 of 1) sorted by relevance
627 int nSampSndCard, delayNew, nSampAdd; in WebRtcAecm_DelayComp() local637 nSampAdd = (int)(WEBRTC_SPL_MAX(((nSampSndCard >> 1) - nSampFar), in WebRtcAecm_DelayComp()639 nSampAdd = WEBRTC_SPL_MIN(nSampAdd, maxStuffSamp); in WebRtcAecm_DelayComp()641 WebRtc_MoveReadPtr(aecm->farendBuf, -nSampAdd); in WebRtcAecm_DelayComp()