OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:micvol
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/agc/
analog_agc.c
201
if (stt->
micVol
> stt->maxAnalog)
203
/* |maxLevel| is strictly >= |
micVol
|, so this condition should be
208
tmp16 = (WebRtc_Word16)(stt->
micVol
- stt->maxAnalog);
215
* If
micVol
drops below maxAnalog, we allow the gain
460
gainIdx = stt->
micVol
;
461
if (stt->
micVol
> stt->maxAnalog)
469
stt->
micVol
= 127;
657
stt->
micVol
= *inMicLevel;
662
"\t\tAGC->zeroCntrl, frame %d: 500 ms under threshold,
micVol
:\n",
663
stt->fcount, stt->
micVol
);
[
all
...]
analog_agc.h
107
WebRtc_Word32
micVol
; // Remember volume between frames
Completed in 721 milliseconds