Searched refs:pstCurNtpTs (Results 1 – 2 of 2) sorted by relevance
93 IN tRTP_NTP_TIME* pstCurNtpTs, IN tRTP_NTP_TIME* pstPrevNtpTs, in calcRtpTimestamp() argument96 if (pstCurNtpTs == nullptr || pstPrevNtpTs == nullptr) in calcRtpTimestamp()107 iTimeDiffHigh32Bits = pstCurNtpTs->m_uiNtpHigh32Bits - pstPrevNtpTs->m_uiNtpHigh32Bits; in calcRtpTimestamp()108 iTimeDiffLow32Bits = (pstCurNtpTs->m_uiNtpLow32Bits / 4294UL) - in calcRtpTimestamp()
83 static RtpDt_UInt32 calcRtpTimestamp(IN RtpDt_UInt32 uiPrevRtpTs, IN tRTP_NTP_TIME* pstCurNtpTs,