Home
last modified time | relevance | path

Searched defs:CaptureLevelAdjustment (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/include/
H A Daudio_processing.h179 struct CaptureLevelAdjustment { struct
184 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;
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc994 TEST_F(ApmTest, CaptureLevelAdjustment) { in TEST_F() argument