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/ |
D | RtpImpl.h | 45 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);
|
D | IRtpAppInterface.h | 54 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;
|
D | RtpServiceTypes.h | 58 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/ |
D | RtpStackUtil.cpp | 101 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()
|
D | RtpReceiverInfo.cpp | 72 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()
|
D | RtpTimerInfo.cpp | 296 RtpDt_Int32 RtpTimerInfo::getAvgRtcpSize() in getAvgRtcpSize() 309 RtpDt_Void RtpTimerInfo::setAvgRtcpSize(IN RtpDt_Int32 uiAvgRtcpSize) in setAvgRtcpSize()
|
D | RtcpReportBlock.cpp | 52 RtpDt_Void RtcpReportBlock::setCumNumPktLost(IN RtpDt_Int32 uiCumNumPktLost) in setCumNumPktLost() 57 RtpDt_Int32 RtcpReportBlock::getCumNumPktLost() in getCumNumPktLost()
|
D | RtcpHeader.cpp | 115 eRtp_Bool RtcpHeader::decodeRtcpHeader(IN RtpDt_UChar* pRtcpBuffer, RtpDt_Int32 length) in decodeRtcpHeader()
|
D | RtcpPacket.cpp | 192 RtpDt_Int32 iTrackCompLen = uiCompPktLen; in decodeRtcpPacket()
|
D | RtpSession.cpp | 2190 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/ |
D | RtpImpl.cpp | 30 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()
|
D | RtpService.cpp | 58 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/ |
D | RtcpReportBlock.h | 51 RtpDt_Int32 m_uiCumNumPktLost; 102 RtpDt_Void setCumNumPktLost(IN RtpDt_Int32 uiCumNumPktLost); 107 RtpDt_Int32 getCumNumPktLost();
|
D | RtpTimerInfo.h | 66 RtpDt_Int32 m_ulAvgRtcpSize; 112 RtpDt_Int32 getAvgRtcpSize(); 114 RtpDt_Void setAvgRtcpSize(IN RtpDt_Int32 uiAvgRtcpSize);
|
D | RtcpHeader.h | 171 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/ |
D | RtpPfDatatypes.h | 116 typedef int32_t RtpDt_Int32; typedef
|
D | RtpGlobal.h | 146 RtpDt_Int32 uiTransit; /* relative trans time for prev pkt */
|