Searched defs:WebRtcAgc_ZeroCtrl (Results 1 - 2 of 2) sorted by last modified time

/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c615 void WebRtcAgc_ZeroCtrl(Agc_t *stt, WebRtc_Word32 *inMicLevel, WebRtc_Word32 *env) function
906 WebRtcAgc_ZeroCtrl(stt, &inMicLevelTmp, stt->env[0]);
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
H A Danalog_agc.c615 void WebRtcAgc_ZeroCtrl(Agc_t *stt, int32_t *inMicLevel, int32_t *env) function
921 WebRtcAgc_ZeroCtrl(stt, &inMicLevelTmp, stt->env[0]);

Completed in 51 milliseconds