Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.c123 LegacyAgc* stt; in WebRtcAgc_AddMic()
124 stt = (LegacyAgc*)state; in WebRtcAgc_AddMic()
254 LegacyAgc* stt = (LegacyAgc*)state; in WebRtcAgc_AddFarend()
265 LegacyAgc* stt; in WebRtcAgc_GetAddFarendError()
266 stt = (LegacyAgc*)state; in WebRtcAgc_GetAddFarendError()
291 LegacyAgc* stt; in WebRtcAgc_VirtualMic()
301 stt = (LegacyAgc*)agcInst; in WebRtcAgc_VirtualMic()
426 void WebRtcAgc_UpdateAgcThresholds(LegacyAgc* stt) { in WebRtcAgc_UpdateAgcThresholds()
476 void WebRtcAgc_SaturationCtrl(LegacyAgc* stt, in WebRtcAgc_SaturationCtrl()
501 void WebRtcAgc_ZeroCtrl(LegacyAgc* stt, int32_t* inMicLevel, int32_t* env) { in WebRtcAgc_ZeroCtrl()
[all …]
Danalog_agc.h131 } LegacyAgc; typedef