Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp500 uint32 aCurrentRealTime = 0; in IsDelayEstablished() local
514 …iBurstClock->GetCurrentTime32(aCurrentRealTime, overFlowFlagBurst, PVMF_MEDIA_CLOCK_MSEC, timebase… in IsDelayEstablished()
517 aRealTimeDelta = aCurrentRealTime - iBurstStartTimestamp; in IsDelayEstablished()
552 …((0, "PVMFJitterBufferNode::IsDelayEstablished - real time clk:: cur val: %2d", aCurrentRealTime)); in IsDelayEstablished()