Home
last modified time | relevance | path

Searched refs:scSampFreq (Results 1 – 7 of 7) 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/chromium_org/third_party/webrtc/modules/audio_processing/aec/
Decho_cancellation.c198 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq) { in WebRtcAec_Init() argument
208 if (scSampFreq < 1 || scSampFreq > 96000) { in WebRtcAec_Init()
212 aecpc->scSampFreq = scSampFreq; in WebRtcAec_Init()
220 if (WebRtcAec_InitResampler(aecpc->resampler, aecpc->scSampFreq) == -1) { in WebRtcAec_Init()
240 aecpc->sampFactor = (aecpc->scSampFreq * 1.0f) / aecpc->splitSampFreq; in WebRtcAec_Init()
Decho_cancellation_internal.h21 int scSampFreq; member
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/include/
Decho_cancellation.h109 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq);
/external/webrtc/src/modules/audio_processing/aec/interface/
Decho_cancellation.h109 WebRtc_Word32 scSampFreq);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.c37 int scSampFreq; member
/external/webrtc/src/modules/audio_processing/aecm/
Decho_control_mobile.c43 int scSampFreq; member