Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
Dpvmf_rtp_jitter_buffer_impl.cpp1221 uint32 currentTime32 = 0; in UpdateEstimatedServerClock() local
1245 irEstimatedServerClock.GetCurrentTime32(currentTime32, overflowFlag, in UpdateEstimatedServerClock()
1249 irEstimatedServerClock.AdjustClockTime32(currentTime32, in UpdateEstimatedServerClock()
1255 irEstimatedServerClock.GetCurrentTime32(currentTime32, overflowFlag, in UpdateEstimatedServerClock()
1262 currentTime32)); in UpdateEstimatedServerClock()
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp1948 uint32 currentTime32 = 0; in SendData() local
1951 ipJitterBufferMisc->GetEstimatedServerClock().GetCurrentTime32(currentTime32, in SendData()
1957 …LOGDATATRAFFIC_OUT((0, "PVMFJitterBufferNode::SendData - Estimated serv clock %d", currentTime32)); in SendData()
1958 currentTime32 = 0; in SendData()
1960 ipClientPlayBackClock->GetCurrentTime32(currentTime32, in SendData()
1964 …DE_LOGDATATRAFFIC_OUT((0, "PVMFJitterBufferNode::SendData - Client serv clock %d", currentTime32)); in SendData()
3719 uint32 currentTime32 = 0; in LogSessionDiagnostics() local
3722 ipJitterBufferMisc->GetEstimatedServerClock().GetCurrentTime32(currentTime32, in LogSessionDiagnostics()
3728 if (currentTime32 != 0) in LogSessionDiagnostics()
3730 bitrate32 = (totalNumBytesRecvd / currentTime32); in LogSessionDiagnostics()