Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.h95 WebRtc_Word16 firstCall; // First call to the process-function member
Danalog_agc.c786 if (stt->firstCall == 0) in WebRtcAgc_ProcessAnalog()
789 stt->firstCall = 1; in WebRtcAgc_ProcessAnalog()
1626 stt->firstCall = 0; in WebRtcAgc_Init()