Searched defs:nowMs (Results 1 – 4 of 4) sorted by relevance
31 int32_t VCMCodecTimer::StopTimer(int64_t startTimeMs, int64_t nowMs) in StopTimer()51 void VCMCodecTimer::MaxFilter(int32_t decodeTime, int64_t nowMs) in MaxFilter()104 VCMCodecTimer::ProcessHistory(int64_t nowMs) in ProcessHistory()
642 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs): in VCMLossProtectionLogic()821 int64_t nowMs, in FilteredLoss()863 VCMLossProtectionLogic::UpdatePacketsPerFrame(float nPackets, int64_t nowMs) in UpdatePacketsPerFrame()871 VCMLossProtectionLogic::UpdatePacketsPerFrameKey(float nPackets, int64_t nowMs) in UpdatePacketsPerFrameKey()932 VCMLossProtectionLogic::Reset(int64_t nowMs) in Reset()
146 int64_t nowMs) in Decode()
380 const int64_t nowMs = TickTime::MillisecondTimestamp(); in ChangeFrameRate() local