Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpReceiverInfo.cpp292 RtpDt_Void RtpReceiverInfo::setpreSrTimestamp(IN tRTP_NTP_TIME* pstNtpTs) in setpreSrTimestamp() argument
294 m_stPreSrTimestamp = RtpStackUtil::getMidFourOctets(pstNtpTs); in setpreSrTimestamp()
297 RtpDt_Void RtpReceiverInfo::setLastSrNtpTimestamp(IN tRTP_NTP_TIME* pstNtpTs) in setLastSrNtpTimestamp() argument
299 m_stLastSrNtpTimestamp = RtpStackUtil::getMidFourOctets(pstNtpTs); in setLastSrNtpTimestamp()
307 RtpDt_Void RtpReceiverInfo::setprevNtpTimestamp(IN tRTP_NTP_TIME* pstNtpTs) in setprevNtpTimestamp() argument
309 m_stPrevNtpTimestamp.m_uiNtpHigh32Bits = pstNtpTs->m_uiNtpHigh32Bits; in setprevNtpTimestamp()
310 m_stPrevNtpTimestamp.m_uiNtpLow32Bits = pstNtpTs->m_uiNtpLow32Bits; in setprevNtpTimestamp()
DRtpStackUtil.cpp77 RtpDt_UInt32 RtpStackUtil::getMidFourOctets(IN tRTP_NTP_TIME* pstNtpTs) in getMidFourOctets() argument
79 if (pstNtpTs == nullptr) in getMidFourOctets()
84 RtpDt_UInt32 uiNtpTs = pstNtpTs->m_uiNtpHigh32Bits; in getMidFourOctets()
86 RtpDt_UInt32 uiNtpLowTs = pstNtpTs->m_uiNtpLow32Bits; in getMidFourOctets()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtpReceiverInfo.h137 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);
DRtpStackUtil.h73 static RtpDt_UInt32 getMidFourOctets(IN tRTP_NTP_TIME* pstNtpTs);