Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.c120 Agc_t *stt; in WebRtcAgc_AddMic()
121 stt = (Agc_t *)state; in WebRtcAgc_AddMic()
334 Agc_t *stt; in WebRtcAgc_AddFarend()
335 stt = (Agc_t *)state; in WebRtcAgc_AddFarend()
403 Agc_t *stt; in WebRtcAgc_VirtualMic()
413 stt = (Agc_t *)agcInst; in WebRtcAgc_VirtualMic()
538 void WebRtcAgc_UpdateAgcThresholds(Agc_t *stt) in WebRtcAgc_UpdateAgcThresholds()
590 void WebRtcAgc_SaturationCtrl(Agc_t *stt, WebRtc_UWord8 *saturated, WebRtc_Word32 *env) in WebRtcAgc_SaturationCtrl()
615 void WebRtcAgc_ZeroCtrl(Agc_t *stt, WebRtc_Word32 *inMicLevel, WebRtc_Word32 *env) in WebRtcAgc_ZeroCtrl()
676 void WebRtcAgc_SpeakerInactiveCtrl(Agc_t *stt) in WebRtcAgc_SpeakerInactiveCtrl()
[all …]
Danalog_agc.h131 } Agc_t; typedef