Searched defs:outMicLevel (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c758 WebRtc_Word32 *outMicLevel,
1236 *outMicLevel = WEBRTC_SPL_RSHIFT_W32(stt->micVol, stt->scale);
1237 if (*outMicLevel > WEBRTC_SPL_RSHIFT_W32(stt->maxAnalog, stt->scale))
1239 *outMicLevel = WEBRTC_SPL_RSHIFT_W32(stt->maxAnalog, stt->scale);
1248 WebRtc_Word32 *outMicLevel, WebRtc_Word16 echo,
1321 *outMicLevel = inMicLevel;
1356 if (WebRtcAgc_ProcessAnalog(agcInst, inMicLevelTmp, outMicLevel,
1363 fprintf(stt->agcLog, "%5d\t%d\t%d\t%d\n", stt->fcount, inMicLevelTmp, *outMicLevel, stt->maxLevel, stt->micVol);
1381 inMicLevelTmp = *outMicLevel;
757 WebRtcAgc_ProcessAnalog(void *state, WebRtc_Word32 inMicLevel, WebRtc_Word32 *outMicLevel, WebRtc_Word16 vadLogRatio, WebRtc_Word16 echo, WebRtc_UWord8 *saturationWarning) argument
1245 WebRtcAgc_Process(void *agcInst, const WebRtc_Word16 *in_near, const WebRtc_Word16 *in_near_H, WebRtc_Word16 samples, WebRtc_Word16 *out, WebRtc_Word16 *out_H, WebRtc_Word32 inMicLevel, WebRtc_Word32 *outMicLevel, WebRtc_Word16 echo, WebRtc_UWord8 *saturationWarning) argument

Completed in 43 milliseconds