Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_rtcp_proto_impl.cpp821 uint32 deltaRTP = 0; in ProcessRTCPSRforAVSync() local
824 deltaRTP = srRTP - firstRTP; in ProcessRTCPSRforAVSync()
828 deltaRTP = firstRTP - srRTP; in ProcessRTCPSRforAVSync()
831 uint64 deltaRTPInNTPFormat = ((uint64) deltaRTP / (uint64)timescale) << 32; in ProcessRTCPSRforAVSync()
832 …deltaRTPInNTPFormat += ((uint64) deltaRTP % (uint64)timescale) * (uint64)0xFFFFFFFF / (uint64)time… in ProcessRTCPSRforAVSync()