Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp127 iBurstThreshold = 1.5; in PVMFRTPJitterBufferImpl()
184 iBurstThreshold = 1.5; in ResetJitterBuffer()
421 iBurstThreshold = aBurstThreshold; in SetBurstThreshold()
539 if (aBurstRateSrvClnt > iBurstThreshold) in IsDelayEstablished()
557 …erBufferNode::IsDelayEstablished - burst threshold * 100: %d", (uint32)(100.0 * iBurstThreshold))); in IsDelayEstablished()
Dpvmf_rtp_jitter_buffer_impl.h146 float iBurstThreshold; variable