Searched refs:pstNtpTs (Results 1 – 4 of 4) sorted by relevance
292 RtpDt_Void RtpReceiverInfo::setpreSrTimestamp(IN tRTP_NTP_TIME* pstNtpTs) in setpreSrTimestamp() argument294 m_stPreSrTimestamp = RtpStackUtil::getMidFourOctets(pstNtpTs); in setpreSrTimestamp()297 RtpDt_Void RtpReceiverInfo::setLastSrNtpTimestamp(IN tRTP_NTP_TIME* pstNtpTs) in setLastSrNtpTimestamp() argument299 m_stLastSrNtpTimestamp = RtpStackUtil::getMidFourOctets(pstNtpTs); in setLastSrNtpTimestamp()307 RtpDt_Void RtpReceiverInfo::setprevNtpTimestamp(IN tRTP_NTP_TIME* pstNtpTs) in setprevNtpTimestamp() argument309 m_stPrevNtpTimestamp.m_uiNtpHigh32Bits = pstNtpTs->m_uiNtpHigh32Bits; in setprevNtpTimestamp()310 m_stPrevNtpTimestamp.m_uiNtpLow32Bits = pstNtpTs->m_uiNtpLow32Bits; in setprevNtpTimestamp()
77 RtpDt_UInt32 RtpStackUtil::getMidFourOctets(IN tRTP_NTP_TIME* pstNtpTs) in getMidFourOctets() argument79 if (pstNtpTs == nullptr) in getMidFourOctets()84 RtpDt_UInt32 uiNtpTs = pstNtpTs->m_uiNtpHigh32Bits; in getMidFourOctets()86 RtpDt_UInt32 uiNtpLowTs = pstNtpTs->m_uiNtpLow32Bits; in getMidFourOctets()
137 RtpDt_Void setpreSrTimestamp(IN tRTP_NTP_TIME* pstNtpTs);139 RtpDt_Void setLastSrNtpTimestamp(IN tRTP_NTP_TIME* pstNtpTs);143 RtpDt_Void setprevNtpTimestamp(IN tRTP_NTP_TIME* pstNtpTs);
73 static RtpDt_UInt32 getMidFourOctets(IN tRTP_NTP_TIME* pstNtpTs);