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

/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c396 int WebRtcAgc_VirtualMic(void *agcInst, WebRtc_Word16 *in_near, WebRtc_Word16 *in_near_H, argument
413 stt = (Agc_t *)agcInst;
531 if (WebRtcAgc_AddMic(agcInst, in_near, in_near_H, samples) != 0)
1245 int WebRtcAgc_Process(void *agcInst, const WebRtc_Word16 *in_near, argument
1256 stt = (Agc_t *)agcInst;
1356 if (WebRtcAgc_ProcessAnalog(agcInst, inMicLevelTmp, outMicLevel,
1396 int WebRtcAgc_set_config(void *agcInst, WebRtcAgc_config_t agcConfig) argument
1399 stt = (Agc_t *)agcInst;
1452 int WebRtcAgc_get_config(void *agcInst, WebRtcAgc_config_t *config) argument
1455 stt = (Agc_t *)agcInst;
1481 WebRtcAgc_Create(void **agcInst) argument
1526 WebRtcAgc_Init(void *agcInst, WebRtc_Word32 minLevel, WebRtc_Word32 maxLevel, WebRtc_Word16 agcMode, WebRtc_UWord32 fs) argument
[all...]

Completed in 57 milliseconds