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

  /external/webrtc/src/modules/audio_processing/agc/main/source/
analog_agc.h 112 WebRtc_Word32 minOutput; // Minimum output volume level
analog_agc.c 804 if ((inMicLevelTmp != stt->micVol) && (inMicLevelTmp < stt->minOutput))
869 if (stt->micVol < stt->minOutput)
    [all...]

Completed in 4297 milliseconds