Searched refs:nSampAdd (Results 1 – 1 of 1) sorted by relevance
789 int nSampSndCard, delayNew, nSampAdd; in WebRtcAecm_DelayComp() local799 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()