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

/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c757 WebRtc_Word32 WebRtcAgc_ProcessAnalog(void *state, WebRtc_Word32 inMicLevel, function
1356 if (WebRtcAgc_ProcessAnalog(agcInst, inMicLevelTmp, outMicLevel,
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
H A Danalog_agc.c759 int32_t WebRtcAgc_ProcessAnalog(void *state, int32_t inMicLevel, function
1384 if (WebRtcAgc_ProcessAnalog(agcInst, inMicLevelTmp, outMicLevel,

Completed in 43 milliseconds