HomeSort by relevance Sort by last modified time
    Searched refs:nSampAdd (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 707 int nSampSndCard, delayNew, nSampAdd;
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/
echo_control_mobile.c 789 int nSampSndCard, delayNew, nSampAdd;
799 nSampAdd = (int)(WEBRTC_SPL_MAX(((nSampSndCard >> 1) - nSampFar),
801 nSampAdd = WEBRTC_SPL_MIN(nSampAdd, maxStuffSamp);
803 WebRtc_MoveReadPtr(aecm->farendBuf, -nSampAdd);

Completed in 108 milliseconds