Searched refs:estServClock (Results 1 – 2 of 2) sorted by relevance
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/ |
D | pvmf_jb_session_duration_timer.cpp | 151 uint32 estServClock = 0; in EstimatedServerClockUpdated() local 154 iEstimatedServerClock->GetCurrentTime32(estServClock, overflowFlag, in EstimatedServerClockUpdated() 156 …"PvmfJBSessionDurationTimer::EstimatedServerClockUpdated - CurrEstServClock = %2d", estServClock)); in EstimatedServerClockUpdated() 158 if (estServClock >= iExpectedEstimatedServClockValAtSessionEnd) in EstimatedServerClockUpdated()
|
D | pvmf_jb_jitterbuffermisc.cpp | 1039 uint32 estServClock = 0; in PVMFJBSessionDurationTimerEvent() local 1043 …ipEstimatedServerClock->GetCurrentTime32(estServClock, overflowFlag, PVMF_MEDIA_CLOCK_MSEC, timeba… in PVMFJBSessionDurationTimerEvent() 1044 …, "PVMFJitterBufferNode::PVMFJBSessionDurationTimerEvent - CurrEstServClock = %2d", estServClock)); in PVMFJBSessionDurationTimerEvent() 1046 if (estServClock >= expectedEstServClockVal) in PVMFJBSessionDurationTimerEvent() 1048 …sionDurationTimerEvent estServClock[%d] expectedEstServClockVal[%d]", estServClock, expectedEstSer… in PVMFJBSessionDurationTimerEvent() 1095 …d Server Clock expectedEstServClockVal%d estServClock %d", expectedEstServClockVal, estServClock)); in PVMFJBSessionDurationTimerEvent() 1097 uint64 diff = (expectedEstServClockVal - estServClock); in PVMFJBSessionDurationTimerEvent() 1118 …:get_uint64_lower32(expectedEstServClockVal), Oscl_Int64_Utils::get_uint64_lower32(estServClock))); in PVMFJBSessionDurationTimerEvent()
|