jitter_estimator_tests.cc | 38 : regular_estimator_(false), low_rate_estimator_(true) {} 40 virtual void SetUp() { regular_estimator_.Reset(); } 42 TestEstimator regular_estimator_; member in class:webrtc::TestVCMJitterEstimator 68 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize()); 69 regular_estimator_.AdvanceClock(time_delta); 72 EXPECT_GT(regular_estimator_.GetJitterEstimate(0), 0); 85 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize()); 86 regular_estimator_.AdvanceClock(time_delta); 89 EXPECT_GT(regular_estimator_.GetJitterEstimate(0), 0); 91 EXPECT_GE(regular_estimator_.GetJitterEstimate(0) [all...] |