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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 657 short nSampFar = (short) WebRtc_available_read(aecm->farendBuf);
662 delayNew = nSampSndCard - nSampFar;
706 int nSampFar = (int) WebRtc_available_read(aecm->farendBuf);
711 delayNew = nSampSndCard - nSampFar;
717 nSampAdd = (int)(WEBRTC_SPL_MAX(((nSampSndCard >> 1) - nSampFar),
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 739 short nSampFar = (short) WebRtc_available_read(aecm->farendBuf);
744 delayNew = nSampSndCard - nSampFar;
788 int nSampFar = (int) WebRtc_available_read(aecm->farendBuf);
793 delayNew = nSampSndCard - nSampFar;
799 nSampAdd = (int)(WEBRTC_SPL_MAX(((nSampSndCard >> 1) - nSampFar),

Completed in 91 milliseconds