Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.c267 if ((M == 10) && (stt->inQueue > 0)) in WebRtcAgc_AddMic()
291 if ((M == 10) && (stt->inQueue > 0)) in WebRtcAgc_AddMic()
313 if ((stt->inQueue == 0) && (M == 10)) in WebRtcAgc_AddMic()
315 stt->inQueue = 1; in WebRtcAgc_AddMic()
318 stt->inQueue = 2; in WebRtcAgc_AddMic()
1367 if (stt->inQueue > 1) in WebRtcAgc_Process()
1373 if (stt->inQueue > 0) in WebRtcAgc_Process()
1375 stt->inQueue--; in WebRtcAgc_Process()
1657 stt->inQueue = 0; in WebRtcAgc_Init()
Danalog_agc.h101 WebRtc_Word16 inQueue; // 10 ms batch indicator member