Searched refs:smoothing_filter (Results 1 – 6 of 6) sorted by relevance
28 : smoothing_filter(init_time_ms) { in SmoothingFilterStates()32 SmoothingFilterImpl smoothing_filter; member44 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 …]
33 "smoothing_filter.cc",34 "smoothing_filter.h",
50 std::unique_ptr<SmoothingFilter> smoothing_filter) in FecControllerPlrBased() argument53 packet_loss_smoother_(std::move(smoothing_filter)) { in FecControllerPlrBased()
50 std::unique_ptr<SmoothingFilter> smoothing_filter);
1572 "common_audio/smoothing_filter.cc",
30711 "//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",