HomeSort by relevance Sort by last modified time
    Searched full:regular_estimator_ (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
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...]

Completed in 125 milliseconds