HomeSort by relevance Sort by last modified time
    Searched defs:agc_enabled (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
audio_processing_test.cc 38 bool agc_enabled = false; local
41 EXPECT_EQ(0, voe_apm_->GetAgcStatus(agc_enabled, agc_mode));
42 EXPECT_TRUE(agc_enabled);
144 bool agc_enabled = false; local
147 EXPECT_EQ(0, voe_apm_->GetAgcStatus(agc_enabled, agc_mode));
148 EXPECT_TRUE(agc_enabled);
383 bool agc_enabled = true; local
386 EXPECT_EQ(0, voe_apm_->GetAgcStatus(agc_enabled, agc_mode));
387 EXPECT_FALSE(agc_enabled);
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 371 bool agc_enabled = local
373 if (shared_->audio_device()->SetAGC(agc_enabled) != 0) {
374 LOG_F(LS_ERROR) << "Failed to set agc to enabled: " << agc_enabled;
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 2528 bool agc_enabled; local
2682 bool agc_enabled; local
2771 bool agc_enabled; local
    [all...]
  /external/speex/libspeex/
preprocess.c 233 int agc_enabled; member in struct:SpeexPreprocessState_
503 st->agc_enabled = 0;
    [all...]

Completed in 255 milliseconds