Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.c627 int nSampSndCard, delayNew, nSampAdd; in WebRtcAecm_DelayComp() local
637 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()