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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
echo_cancellation_internal.h 22 float sampFactor; // scSampRate / sampFreq
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 51 float sampFactor; // scSampRate / sampFreq
267 aecpc->sampFactor = (aecpc->scSampFreq * 1.0f) / aecpc->splitSampFreq;
440 aecpc->skew /= aecpc->sampFactor*nrOfSamples;

Completed in 3780 milliseconds