Home
last modified time | relevance | path

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

/dports/net/opal/opal-3.10.10/include/rtp/
H A Djitter.h157 DWORD m_jitterShrinkPeriod; ///< Period (in timestamp units) over which buffer is variable
/dports/net/opal/opal-3.10.10/src/rtp/
H A Djitter.cxx211 , m_jitterShrinkPeriod(2000*units) // 2 seconds @ 8kHz in OpalJitterBuffer()
465 else if ((playOutTimestamp - m_bufferFilledTime) > m_jitterShrinkPeriod) { in ReadData()