Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp122 iBurstStartTimestamp = 0; in PVMFRTPJitterBufferImpl()
179 iBurstStartTimestamp = 0; in ResetJitterBuffer()
507 if (iBurstStartTimestamp == 0) in IsDelayEstablished()
509 …iBurstClock->GetCurrentTime32(iBurstStartTimestamp, overFlowFlagBurst, PVMF_MEDIA_CLOCK_MSEC, time… in IsDelayEstablished()
517 aRealTimeDelta = aCurrentRealTime - iBurstStartTimestamp; in IsDelayEstablished()
543 …"PVMFJitterBufferNode::IsDelayEstablished - Real time clk:: ref val: %2d,", iBurstStartTimestamp)); in IsDelayEstablished()
Dpvmf_rtp_jitter_buffer_impl.h139 uint32 iBurstStartTimestamp; variable