Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_session_duration_timer.cpp42 iExpectedEstimatedServClockValAtSessionEnd(0) in PvmfJBSessionDurationTimer()
75 iExpectedEstimatedServClockValAtSessionEnd = iEstimatedServClockValAtLastCancel; in Start()
77 currEstServClk32 = iExpectedEstimatedServClockValAtSessionEnd; in Start()
81 iExpectedEstimatedServClockValAtSessionEnd += remainingSessionDuration32; in Start()
83 …art - ExpectedEstimatedServClockValAtSessionEnd = %d", iExpectedEstimatedServClockValAtSessionEnd)… in Start()
113 iExpectedEstimatedServClockValAtSessionEnd = 0; in Stop()
157 …matedServerClockUpdated - ExpectedEstServClock = %2d", iExpectedEstimatedServClockValAtSessionEnd)… in EstimatedServerClockUpdated()
158 if (estServClock >= iExpectedEstimatedServClockValAtSessionEnd) in EstimatedServerClockUpdated()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jb_session_duration_timer.h94 return iExpectedEstimatedServClockValAtSessionEnd; in GetExpectedEstimatedServClockValAtSessionEnd()
151 uint32 iExpectedEstimatedServClockValAtSessionEnd; variable