Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Decho_cancellation.c186 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq) { in WebRtcAec_Init() argument
198 if (scSampFreq < 1 || scSampFreq > 96000) { in WebRtcAec_Init()
201 aecpc->scSampFreq = scSampFreq; in WebRtcAec_Init()
208 if (WebRtcAec_InitResampler(aecpc->resampler, aecpc->scSampFreq) == -1) { in WebRtcAec_Init()
224 aecpc->sampFactor = (aecpc->scSampFreq * 1.0f) / aecpc->splitSampFreq; in WebRtcAec_Init()
Decho_cancellation_internal.h21 int scSampFreq; member
Decho_cancellation.h97 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq);
/external/webrtc/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.c37 int scSampFreq; member