HomeSort by relevance Sort by last modified time
    Searched refs:_prevEstimate (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.cc 69 _prevEstimate = rhs._prevEstimate;
98 _prevEstimate = -1.0;
358 if (_prevEstimate <= 0.01) {
361 ret = _prevEstimate;
367 _prevEstimate = ret;
jitter_estimator.h 148 double _prevEstimate; // The previously returned jitter estimate

Completed in 40 milliseconds