Searched refs:deltaRTP (Results 1 – 1 of 1) sorted by relevance
821 uint32 deltaRTP = 0; in ProcessRTCPSRforAVSync() local824 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()