Home
last modified time | relevance | path

Searched refs:scSampFreq (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/
Decho_cancellation.c50 int scSampFreq; member
199 WebRtc_Word32 WebRtcAec_Init(void *aecInst, WebRtc_Word32 sampFreq, WebRtc_Word32 scSampFreq) in WebRtcAec_Init() argument
214 if (scSampFreq < 1 || scSampFreq > 96000) { in WebRtcAec_Init()
218 aecpc->scSampFreq = scSampFreq; in WebRtcAec_Init()
226 if (WebRtcAec_InitResampler(aecpc->resampler, aecpc->scSampFreq) == -1) { in WebRtcAec_Init()
267 aecpc->sampFactor = (aecpc->scSampFreq * 1.0f) / aecpc->splitSampFreq; in WebRtcAec_Init()
/external/webrtc/src/modules/audio_processing/aec/interface/
Decho_cancellation.h109 WebRtc_Word32 scSampFreq);
/external/webrtc/src/modules/audio_processing/aecm/
Decho_control_mobile.c43 int scSampFreq; member