Searched refs:currentWallClock (Results 1 – 2 of 2) sorted by relevance
15 VCMInterFrameDelay::VCMInterFrameDelay(int64_t currentWallClock) { in VCMInterFrameDelay() argument16 Reset(currentWallClock); in VCMInterFrameDelay()20 void VCMInterFrameDelay::Reset(int64_t currentWallClock) { in Reset() argument21 _zeroWallClock = currentWallClock; in Reset()32 int64_t currentWallClock) { in CalculateDelay() argument35 _prevWallClock = currentWallClock; in CalculateDelay()68 *delay = static_cast<int64_t>(currentWallClock - _prevWallClock - _dTS); in CalculateDelay()71 _prevWallClock = currentWallClock; in CalculateDelay()
20 explicit VCMInterFrameDelay(int64_t currentWallClock);23 void Reset(int64_t currentWallClock);38 int64_t currentWallClock);