Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc480 _lastPrUpdateT(0), in VCMLossProtectionLogic()
580 _lossPr255.Apply(static_cast<float>(nowMs - _lastPrUpdateT), in FilteredLoss()
582 _lastPrUpdateT = nowMs; in FilteredLoss()
663 _lastPrUpdateT = nowMs; in Reset()
Dmedia_opt_util.h345 int64_t _lastPrUpdateT; variable