Searched defs:CaptureLevelAdjustment (Results 1 – 2 of 2) sorted by relevance
179 struct CaptureLevelAdjustment { struct184 bool enabled = false;186 float pre_gain_factor = 1.0f;188 float post_gain_factor = 1.0f;189 struct AnalogMicGainEmulation {198 } analog_mic_gain_emulation;
994 TEST_F(ApmTest, CaptureLevelAdjustment) { in TEST_F() argument