HomeSort by relevance Sort by last modified time
    Searched refs:micVol (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/agc/main/source/
analog_agc.c 201 if (stt->micVol > stt->maxAnalog)
204 tmp16 = (WebRtc_Word16)(stt->micVol - stt->maxAnalog);
211 * If micVol drops below maxAnalog, we allow the gain
456 gainIdx = stt->micVol;
457 if (stt->micVol > stt->maxAnalog)
465 stt->micVol = 127;
653 stt->micVol = *inMicLevel;
658 "\t\tAGC->zeroCntrl, frame %d: 500 ms under threshold, micVol:\n",
659 stt->fcount, stt->micVol);
794 stt->micVol = inMicLevelTmp
    [all...]
analog_agc.h 107 WebRtc_Word32 micVol; // Remember volume between frames

Completed in 3207 milliseconds