HomeSort by relevance Sort by last modified time
    Searched refs:scSampFreq (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation_internal.h 21 int scSampFreq;
echo_cancellation.h 90 * int32_t scSampFreq Soundcard sampling frequency
97 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq);
echo_cancellation.c 186 int32_t WebRtcAec_Init(void* aecInst, int32_t sampFreq, int32_t scSampFreq) {
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/
echo_control_mobile.c 37 int scSampFreq;

Completed in 1245 milliseconds