Searched defs:vadLogRatio (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
H A Danalog_agc.c761 int16_t vadLogRatio,
953 if (vadLogRatio > stt->vadThreshold)
759 WebRtcAgc_ProcessAnalog(void *state, int32_t inMicLevel, int32_t *outMicLevel, int16_t vadLogRatio, int16_t echo, uint8_t *saturationWarning) argument
/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c759 WebRtc_Word16 vadLogRatio,
938 if (vadLogRatio > stt->vadThreshold)
757 WebRtcAgc_ProcessAnalog(void *state, WebRtc_Word32 inMicLevel, WebRtc_Word32 *outMicLevel, WebRtc_Word16 vadLogRatio, WebRtc_Word16 echo, WebRtc_UWord8 *saturationWarning) argument

Completed in 270 milliseconds