Searched defs:sampMsNb (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Decho_cancellation.c95 static const int sampMsNb = 8; // samples per ms in nb variable
391 (sampMsNb * aecpc->rate_factor));
649 WEBRTC_SPL_MAX(0.2 * aecpc->msInSndCardBuf, sampMsNb)) {
798 int nSampSndCard = aecpc->msInSndCardBuf * sampMsNb * aecpc->rate_factor;
851 int reported_delay = self->msInSndCardBuf * sampMsNb * self->rate_factor;

Completed in 132 milliseconds