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

  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 85 // AGC moves the microphone volume up to |startup_min_volume| if the current
96 ExperimentalAgc() : enabled(true), startup_min_volume(kAgcStartupMinVolume) {}
98 : enabled(enabled), startup_min_volume(kAgcStartupMinVolume) {}
99 ExperimentalAgc(bool enabled, int startup_min_volume)
100 : enabled(enabled), startup_min_volume(startup_min_volume) {}
103 int startup_min_volume; member in struct:webrtc::ExperimentalAgc
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc 216 constants_(config.Get<ExperimentalAgc>().startup_min_volume,
    [all...]

Completed in 194 milliseconds