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

  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 738 short delayNew, nSampSndCard;
742 nSampSndCard = msInSndCardBuf * kSampMsNb * aecm->aecmCore->mult;
744 delayNew = nSampSndCard - nSampFar;
789 int nSampSndCard, delayNew, nSampAdd;
792 nSampSndCard = aecm->msInSndCardBuf * kSampMsNb * aecm->aecmCore->mult;
793 delayNew = nSampSndCard - nSampFar;
799 nSampAdd = (int)(WEBRTC_SPL_MAX(((nSampSndCard >> 1) - nSampFar),
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 898 int nSampSndCard = aecpc->msInSndCardBuf * sampMsNb * aecpc->aec->mult;
899 int current_delay = nSampSndCard - aecpc->aec->system_delay;

Completed in 54 milliseconds