Searched defs:agcInst (Results 1 – 1 of 1) sorted by relevance
/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() 1245 int WebRtcAgc_Process(void *agcInst, const WebRtc_Word16 *in_near, in WebRtcAgc_Process() 1396 int WebRtcAgc_set_config(void *agcInst, WebRtcAgc_config_t agcConfig) in WebRtcAgc_set_config() 1452 int WebRtcAgc_get_config(void *agcInst, WebRtcAgc_config_t *config) in WebRtcAgc_get_config() 1481 int WebRtcAgc_Create(void **agcInst) in WebRtcAgc_Create() 1526 int WebRtcAgc_Init(void *agcInst, WebRtc_Word32 minLevel, WebRtc_Word32 maxLevel, in WebRtcAgc_Init()
|