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

  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation_internal.h 20 int splitSampFreq;
echo_cancellation.c 218 aecpc->splitSampFreq = 16000;
220 aecpc->splitSampFreq = sampFreq;
224 aecpc->sampFactor = (aecpc->scSampFreq * 1.0f) / aecpc->splitSampFreq;
226 aecpc->rate_factor = aecpc->splitSampFreq / 8000;

Completed in 65 milliseconds