Searched defs:nowMs (Results 1 – 4 of 4) sorted by relevance
36 void VCMCodecTimer::MaxFilter(int32_t decodeTime, int64_t nowMs) { in MaxFilter()72 void VCMCodecTimer::ProcessHistory(int64_t nowMs) { in ProcessHistory()
471 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs) in VCMLossProtectionLogic()573 uint8_t VCMLossProtectionLogic::FilteredLoss(int64_t nowMs, in FilteredLoss()610 int64_t nowMs) { in UpdatePacketsPerFrame()617 int64_t nowMs) { in UpdatePacketsPerFrameKey()662 void VCMLossProtectionLogic::Reset(int64_t nowMs) { in Reset()
143 int32_t VCMGenericDecoder::Decode(const VCMEncodedFrame& frame, int64_t nowMs) { in Decode()
80 long nowMs = System.currentTimeMillis(); in annotatePlot() local