Home
last modified time | relevance | path

Searched refs:_prevWallClock (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dinter_frame_delay.cc23 _prevWallClock = 0; in Reset()
33 if (_prevWallClock == 0) { in CalculateDelay()
35 _prevWallClock = currentWallClock; in CalculateDelay()
68 *delay = static_cast<int64_t>(currentWallClock - _prevWallClock - _dTS); in CalculateDelay()
71 _prevWallClock = currentWallClock; in CalculateDelay()
Dinter_frame_delay.h60 int64_t _prevWallClock; variable