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

  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 43 int scSampFreq;
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 50 int scSampFreq;
199 WebRtc_Word32 WebRtcAec_Init(void *aecInst, WebRtc_Word32 sampFreq, WebRtc_Word32 scSampFreq)
214 if (scSampFreq < 1 || scSampFreq > 96000) {
218 aecpc->scSampFreq = scSampFreq;
226 if (WebRtcAec_InitResampler(aecpc->resampler, aecpc->scSampFreq) == -1) {
267 aecpc->sampFactor = (aecpc->scSampFreq * 1.0f) / aecpc->splitSampFreq;

Completed in 31 milliseconds