Home
last modified time | relevance | path

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

/external/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_impl.cc60 detection_enabled_(false), in TransientSuppressorImpl()
152 detection_enabled_ = false; in Initialize()
180 if (detection_enabled_) { in Suppress()
284 detection_enabled_ = true; in UpdateKeypress()
296 if (detection_enabled_ && ++chunks_since_keypress_ > kChunksUntilNotTyping) { in UpdateKeypress()
300 detection_enabled_ = false; in UpdateKeypress()
339 if (detection_enabled_) { in UpdateBuffers()
Dtransient_suppressor_impl.h110 bool detection_enabled_; variable