Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/interface/rtp/
DRtpImpl.h45 eRtp_Bool rtpSsrcCollisionInd(IN RtpDt_Int32 uiOldSsrc, IN RtpDt_Int32 uiNewSsrc);
51 eRtp_Bool rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc);
53 eRtp_Bool rtpMemberLeaveInd(IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc);
DIRtpAppInterface.h54 virtual eRtp_Bool rtpSsrcCollisionInd(IN RtpDt_Int32 uiOldSsrc, IN RtpDt_Int32 uiNewSsrc) = 0;
78 virtual eRtp_Bool rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc) = 0;
91 IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc) = 0;
DRtpServiceTypes.h58 typedef RtpDt_Int32 (*RtpSvc_SendToPeerCb)(RtpDt_UChar*, RtpSvc_Length, RtpDt_Void* pvUserData);
59 typedef RtpDt_Int32 (*RtcpSvc_SendToPeerCb)(RtpDt_UChar*, RtpSvc_Length, RtpDt_Void* pvUserData);
79 RtpDt_Int32 nExtDataSize;
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpStackUtil.cpp101 RtpDt_Int32 iTimeDiffHigh32Bits = RTP_ZERO; in calcRtpTimestamp()
102 RtpDt_Int32 iTimeDiffLow32Bits = RTP_ZERO; in calcRtpTimestamp()
118 RtpDt_Int32 iTimeDiff = (iTimeDiffHigh32Bits * 1000 * 1000) + iTimeDiffLow32Bits; in calcRtpTimestamp()
131 RtpDt_Int32 temp = uiSamplingRate / 1000; in calcRtpTimestamp()
DRtpReceiverInfo.cpp72 RtpDt_Int32 uiLostRtpPkts = uiExpected - m_stRtpSource.uiReceived; in findLostRtpPkts()
77 else if (uiLostRtpPkts < (RtpDt_Int32)RTP_HEX_24_BIT_MIN) in findLostRtpPkts()
99 RtpDt_Int32 iTransit = uiArrival - uiRcvRtpTs; in calcJitter()
100 RtpDt_Int32 iDifference = iTransit - m_stRtpSource.uiTransit; in calcJitter()
136 RtpDt_Int32 iLostIntvl = iExpIntvl - uiRcvdIntvl; in fractionLost()
DRtpTimerInfo.cpp296 RtpDt_Int32 RtpTimerInfo::getAvgRtcpSize() in getAvgRtcpSize()
309 RtpDt_Void RtpTimerInfo::setAvgRtcpSize(IN RtpDt_Int32 uiAvgRtcpSize) in setAvgRtcpSize()
DRtcpReportBlock.cpp52 RtpDt_Void RtcpReportBlock::setCumNumPktLost(IN RtpDt_Int32 uiCumNumPktLost) in setCumNumPktLost()
57 RtpDt_Int32 RtcpReportBlock::getCumNumPktLost() in getCumNumPktLost()
DRtcpHeader.cpp115 eRtp_Bool RtcpHeader::decodeRtcpHeader(IN RtpDt_UChar* pRtcpBuffer, RtpDt_Int32 length) in decodeRtcpHeader()
DRtcpPacket.cpp192 RtpDt_Int32 iTrackCompLen = uiCompPktLen; in decodeRtcpPacket()
DRtpSession.cpp2190 RtpDt_Int32 uiNumMemComp = RTP_ZERO; in rtcp_interval()
2330 RtpDt_Int32 i = 0; in checkRtpPayloadType()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpImpl.cpp30 eRtp_Bool RtpImpl::rtpSsrcCollisionInd(IN RtpDt_Int32 uiOldSsrc, IN RtpDt_Int32 uiNewSsrc) in rtpSsrcCollisionInd()
46 eRtp_Bool RtpImpl::rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc) in rtpNewMemberJoinInd()
52 eRtp_Bool RtpImpl::rtpMemberLeaveInd(IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc) in rtpMemberLeaveInd()
DRtpService.cpp58 RtpDt_Int32 uiByte4Data = in populateReceiveRtpIndInfo()
223 const RtpDt_Int32 headerSize = 4; in SetRtpHeaderExtension()
224 RtpDt_Int32 nBufferSize = headerSize + pstRtpParam->wExtLen * sizeof(int32_t); in SetRtpHeaderExtension()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpReportBlock.h51 RtpDt_Int32 m_uiCumNumPktLost;
102 RtpDt_Void setCumNumPktLost(IN RtpDt_Int32 uiCumNumPktLost);
107 RtpDt_Int32 getCumNumPktLost();
DRtpTimerInfo.h66 RtpDt_Int32 m_ulAvgRtcpSize;
112 RtpDt_Int32 getAvgRtcpSize();
114 RtpDt_Void setAvgRtcpSize(IN RtpDt_Int32 uiAvgRtcpSize);
DRtcpHeader.h171 eRtp_Bool decodeRtcpHeader(IN RtpDt_UChar* pRtcpBuffer, RtpDt_Int32 length);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/utils/
DRtpPfDatatypes.h116 typedef int32_t RtpDt_Int32; typedef
DRtpGlobal.h146 RtpDt_Int32 uiTransit; /* relative trans time for prev pkt */