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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_estimator.cc 69 _lastUpdateT = rhs._lastUpdateT;
100 _lastUpdateT = -1;
319 if (_lastUpdateT != -1) {
320 fps_counter_.AddSample(now - _lastUpdateT);
322 _lastUpdateT = now;
jitter_estimator.h 143 int64_t _lastUpdateT;

Completed in 57 milliseconds