webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
smoothing_filter_unittest.cc File Reference
#include <cmath>
#include <memory>
#include "webrtc/common_audio/smoothing_filter.h"
#include "webrtc/test/gtest.h"

Namespaces

 webrtc
 

Functions

 webrtc::TEST (SmoothingFilterTest, NoOutputWhenNoSampleAdded)
 
 webrtc::TEST (SmoothingFilterTest, CheckBehaviorAroundInitTime)
 
 webrtc::TEST (SmoothingFilterTest, InitTimeEqualsZero)
 
 webrtc::TEST (SmoothingFilterTest, InitTimeEqualsOne)
 
 webrtc::TEST (SmoothingFilterTest, GetAverageOutputsEmptyBeforeFirstSample)
 
 webrtc::TEST (SmoothingFilterTest, CannotChangeTimeConstantDuringInitialization)
 

Variable Documentation

◆ simulated_clock

std::unique_ptr<SimulatedClock> simulated_clock

◆ smoothing_filter

std::unique_ptr<SmoothingFilterImpl> smoothing_filter