Searched defs:kMovingMomentsBufferLength (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dmoving_moments_unittest.cc22 static const size_t kMovingMomentsBufferLength = 5; member in class:webrtc::MovingMomentsTest
40 moving_moments_.reset(new MovingMoments(kMovingMomentsBufferLength));
112 const size_t kMovingMomentsBufferLength = 4; local
113 moving_moments_.reset(new MovingMoments(kMovingMomentsBufferLength));
195 moving_moments_.reset(new MovingMoments(kMovingMomentsBufferLength));

Completed in 40 milliseconds