Home
last modified time | relevance | path

Searched refs:smoothing_filter (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/common_audio/
Dsmoothing_filter_unittest.cc28 : smoothing_filter(init_time_ms) { in SmoothingFilterStates()
32 SmoothingFilterImpl smoothing_filter; member
44 states->smoothing_filter.AddSample(sample); in CheckOutput()
46 auto output = states->smoothing_filter.GetAverage(); in CheckOutput()
56 EXPECT_FALSE(states.smoothing_filter.GetAverage()); in TEST()
133 EXPECT_FALSE(states.smoothing_filter.GetAverage()); in TEST()
135 states.smoothing_filter.AddSample(kFirstSample); in TEST()
136 EXPECT_EQ(kFirstSample, states.smoothing_filter.GetAverage()); in TEST()
142 states.smoothing_filter.AddSample(0.0); in TEST()
146 states.smoothing_filter.AddSample(0.0); in TEST()
[all …]
DBUILD.gn33 "smoothing_filter.cc",
34 "smoothing_filter.h",
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dfec_controller_plr_based.cc50 std::unique_ptr<SmoothingFilter> smoothing_filter) in FecControllerPlrBased() argument
53 packet_loss_smoother_(std::move(smoothing_filter)) { in FecControllerPlrBased()
Dfec_controller_plr_based.h50 std::unique_ptr<SmoothingFilter> smoothing_filter);
/external/webrtc/
DAndroid.bp1572 "common_audio/smoothing_filter.cc",
/external/webrtc/android_tools/
Dsorted_targets.txt30711 "//common_audio/smoothing_filter.cc": [
30712 "obj/common_audio/common_audio/smoothing_filter.o"
30745 "//common_audio/smoothing_filter.cc",
30746 "//common_audio/smoothing_filter.h",