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

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

Completed in 58 milliseconds