Home
last modified time | relevance | path

Searched refs:samplingFreq (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_output_test.cc60 int samplingFreq,
152 int samplingFreq, in Process() argument
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c398 int WebRtcAecm_InitCore(AecmCore* const aecm, int samplingFreq) { in WebRtcAecm_InitCore() argument
403 if (samplingFreq != 8000 && samplingFreq != 16000) in WebRtcAecm_InitCore()
405 samplingFreq = 8000; in WebRtcAecm_InitCore()
409 aecm->mult = (int16_t)samplingFreq / 8000; in WebRtcAecm_InitCore()
454 if (samplingFreq == 8000) in WebRtcAecm_InitCore()
Daecm_core.h159 int WebRtcAecm_InitCore(AecmCore* const aecm, int samplingFreq);
/external/webrtc/webrtc/voice_engine/include/
Dvoe_external_media.h35 int samplingFreq,
/external/aac/libAACenc/src/
Dpsy_configuration.cpp288 static FIXP_DBL FDKaacEnc_BarcLineValue(INT noOfLines, INT fftLine, LONG samplingFreq) in FDKaacEnc_BarcLineValue() argument
304 center_freq = fftLine * samplingFreq; /* q11 or q8 */ in FDKaacEnc_BarcLineValue()
314 center_freq = (fftLine * samplingFreq) << 3; // q13 in FDKaacEnc_BarcLineValue()