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

  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 656 aecm->supGain = SUPGAIN_DEFAULT;
    [all...]
echo_control_mobile.c 565 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 3;
575 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 2;
585 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 1;
595 aecm->aecmCore->supGain = SUPGAIN_DEFAULT;
603 aecm->aecmCore->supGain = SUPGAIN_DEFAULT << 1;
aecm_core.h 191 WebRtc_Word16 supGain;

Completed in 68 milliseconds