Searched defs:inMicLevel (Results 1 – 2 of 2) sorted by relevance
| /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/ |
| D | analog_agc.c | 615 void WebRtcAgc_ZeroCtrl(Agc_t *stt, int32_t *inMicLevel, int32_t *env) in WebRtcAgc_ZeroCtrl() 757 int32_t WebRtcAgc_ProcessAnalog(void *state, int32_t inMicLevel, in WebRtcAgc_ProcessAnalog() 1254 int16_t *out, int16_t *out_H, int32_t inMicLevel, in WebRtcAgc_Process()
|
| /external/webrtc/src/modules/audio_processing/agc/ |
| D | analog_agc.c | 615 void WebRtcAgc_ZeroCtrl(Agc_t *stt, WebRtc_Word32 *inMicLevel, WebRtc_Word32 *env) in WebRtcAgc_ZeroCtrl() 757 WebRtc_Word32 WebRtcAgc_ProcessAnalog(void *state, WebRtc_Word32 inMicLevel, in WebRtcAgc_ProcessAnalog() 1247 WebRtc_Word16 *out, WebRtc_Word16 *out_H, WebRtc_Word32 inMicLevel, in WebRtcAgc_Process()
|