Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp652 if (diff32ms <= iRebufferingThresholdInMilliSeconds) in IsDelayEstablished()
1079 … RequestEventCallBack(JB_MONITOR_REBUFFERING, (clockDiff - iRebufferingThresholdInMilliSeconds)); in CanRetrievePacket()
1206 … RequestEventCallBack(JB_MONITOR_REBUFFERING, (clockDiff - iRebufferingThresholdInMilliSeconds)); in CanRetrievePacket()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jitter_buffer_impl.cpp63 iRebufferingThresholdInMilliSeconds = 0; in OSCL_DLL_ENTRY_POINT_DEFAULT()
158 iRebufferingThresholdInMilliSeconds = aRebufferingThresholdInMilliSeconds; in SetRebufferingThresholdInMilliSeconds()
1280 if (diff32ms <= iRebufferingThresholdInMilliSeconds) in IsDelayEstablished()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jitter_buffer.h1265 uint32 iRebufferingThresholdInMilliSeconds; variable