Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/
Dgain_controller2_unittest.cc140 constexpr float kInputLevel = 1000.f; in TEST() local
165 constexpr float kInputLevel = 1000.f; in TEST() local
210 const float kInputLevel = 32767.f; in TEST_P() local
/external/webrtc/modules/audio_processing/agc2/
Dfixed_digital_level_estimator_unittest.cc25 constexpr float kInputLevel = 10000.f; variable