Home
last modified time | relevance | path

Searched defs:nowMs (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dcodec_timer.cc36 void VCMCodecTimer::MaxFilter(int32_t decodeTime, int64_t nowMs) { in MaxFilter()
72 void VCMCodecTimer::ProcessHistory(int64_t nowMs) { in ProcessHistory()
Dmedia_opt_util.cc471 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()
Dgeneric_decoder.cc143 int32_t VCMGenericDecoder::Decode(const VCMEncodedFrame& frame, int64_t nowMs) { in Decode()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DPlotStatistics.java80 long nowMs = System.currentTimeMillis(); in annotatePlot() local