Home
last modified time | relevance | path

Searched refs:detection_enabled_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor_unittest.cc25 EXPECT_FALSE(ts.detection_enabled_); in TEST()
27 EXPECT_TRUE(ts.detection_enabled_); in TEST()
32 EXPECT_TRUE(ts.detection_enabled_); in TEST()
35 EXPECT_FALSE(ts.detection_enabled_); in TEST()
42 EXPECT_TRUE(ts.detection_enabled_); in TEST()
46 EXPECT_TRUE(ts.detection_enabled_); in TEST()
63 EXPECT_TRUE(ts.detection_enabled_); in TEST()
67 EXPECT_TRUE(ts.detection_enabled_); in TEST()
75 EXPECT_TRUE(ts.detection_enabled_); in TEST()
80 EXPECT_FALSE(ts.detection_enabled_); in TEST()
Dtransient_suppressor.cc58 detection_enabled_(false), in TransientSuppressor()
156 detection_enabled_ = false; in Initialize()
184 if (detection_enabled_) { in Suppress()
292 detection_enabled_ = true; in UpdateKeypress()
304 if (detection_enabled_ && in UpdateKeypress()
309 detection_enabled_ = false; in UpdateKeypress()
350 if (detection_enabled_) { in UpdateBuffers()
Dtransient_suppressor.h107 bool detection_enabled_; variable