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

/external/webrtc/src/modules/audio_processing/aecm/
H A Decho_control_mobile.c43 int scSampFreq; member in struct:__anon17077
/external/webrtc/src/modules/audio_processing/aec/
H A Decho_cancellation.c50 int scSampFreq; member in struct:__anon17069
199 WebRtc_Word32 WebRtcAec_Init(void *aecInst, WebRtc_Word32 sampFreq, WebRtc_Word32 scSampFreq) argument
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 100 milliseconds