Searched refs:agcInst (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_processing/agc/interface/ |
D | gain_control.h | 67 int WebRtcAgc_AddFarend(void* agcInst, 94 int WebRtcAgc_AddMic(void* agcInst, 125 int WebRtcAgc_VirtualMic(void* agcInst, 170 int WebRtcAgc_Process(void* agcInst, 195 int WebRtcAgc_set_config(void* agcInst, WebRtcAgc_config_t config); 211 int WebRtcAgc_get_config(void* agcInst, WebRtcAgc_config_t* config); 220 int WebRtcAgc_Create(void **agcInst); 231 int WebRtcAgc_Free(void *agcInst); 249 int WebRtcAgc_Init(void *agcInst,
|
/external/webrtc/src/modules/audio_processing/agc/ |
D | analog_agc.c | 396 int WebRtcAgc_VirtualMic(void *agcInst, WebRtc_Word16 *in_near, WebRtc_Word16 *in_near_H, in WebRtcAgc_VirtualMic() argument 413 stt = (Agc_t *)agcInst; in WebRtcAgc_VirtualMic() 531 if (WebRtcAgc_AddMic(agcInst, in_near, in_near_H, samples) != 0) in WebRtcAgc_VirtualMic() 1245 int WebRtcAgc_Process(void *agcInst, const WebRtc_Word16 *in_near, in WebRtcAgc_Process() argument 1256 stt = (Agc_t *)agcInst; in WebRtcAgc_Process() 1356 if (WebRtcAgc_ProcessAnalog(agcInst, inMicLevelTmp, outMicLevel, in WebRtcAgc_Process() 1396 int WebRtcAgc_set_config(void *agcInst, WebRtcAgc_config_t agcConfig) in WebRtcAgc_set_config() argument 1399 stt = (Agc_t *)agcInst; in WebRtcAgc_set_config() 1452 int WebRtcAgc_get_config(void *agcInst, WebRtcAgc_config_t *config) in WebRtcAgc_get_config() argument 1455 stt = (Agc_t *)agcInst; in WebRtcAgc_get_config() [all …]
|