Searched refs:outMicLevel (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_processing/agc/main/source/ |
D | analog_agc.c | 754 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/ |
D | gain_control.h | 177 WebRtc_Word32* outMicLevel,
|