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

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

Completed in 227 milliseconds