Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dcodec_timer.cc31 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()
Dmedia_opt_util.cc642 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()
Dgeneric_decoder.cc146 int64_t nowMs) in Decode()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
DTestLoadGenerator.cc380 const int64_t nowMs = TickTime::MillisecondTimestamp(); in ChangeFrameRate() local