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

  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h 105 int32_t micGainIdx; // Gain index of mic level to increase slowly
analog_agc.c 360 stt->micGainIdx = 127;
415 stt->micGainIdx = gainIdx;
416 // *micLevelOut = stt->micGainIdx;
417 *micLevelOut = stt->micGainIdx >> stt->scale;
    [all...]

Completed in 269 milliseconds