Home
last modified time | relevance | path

Searched refs:outMicLevel (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/agc/main/source/
Danalog_agc.c754 WebRtc_Word32 *outMicLevel, in WebRtcAgc_ProcessAnalog() argument
1231 *outMicLevel = WEBRTC_SPL_RSHIFT_W32(stt->micVol, stt->scale); in WebRtcAgc_ProcessAnalog()
1232 if (*outMicLevel > WEBRTC_SPL_RSHIFT_W32(stt->maxAnalog, stt->scale)) in WebRtcAgc_ProcessAnalog()
1234 *outMicLevel = WEBRTC_SPL_RSHIFT_W32(stt->maxAnalog, stt->scale); in WebRtcAgc_ProcessAnalog()
1243 WebRtc_Word32 *outMicLevel, WebRtc_Word16 echo, in WebRtcAgc_Process() argument
1316 *outMicLevel = inMicLevel; in WebRtcAgc_Process()
1342 if (WebRtcAgc_ProcessAnalog(agcInst, inMicLevelTmp, outMicLevel, in WebRtcAgc_Process()
1349 …fprintf(stt->agcLog, "%5d\t%d\t%d\t%d\n", stt->fcount, inMicLevelTmp, *outMicLevel, stt->maxLevel,… in WebRtcAgc_Process()
1367 inMicLevelTmp = *outMicLevel; in WebRtcAgc_Process()
/external/webrtc/src/modules/audio_processing/agc/main/interface/
Dgain_control.h177 WebRtc_Word32* outMicLevel,