Home
last modified time | relevance | path

Searched refs:RtpDt_UInt16 (Results 1 – 25 of 38) sorted by relevance

12

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/interface/rtp/
DRtpServiceTypes.h76 RtpDt_UInt16 wDefinedByProfile;
77 RtpDt_UInt16 wExtLen;
96 RtpDt_UInt16 dwSeqNum;
99 RtpDt_UInt16 wMsgHdrLen;
102 RtpDt_UInt16 wMsgBodyLen;
106 RtpDt_UInt16 wDefinedByProfile;
107 RtpDt_UInt16 wExtLen;
109 RtpDt_UInt16 wExtDataSize;
114 RtpDt_UInt16 wSubType;
116 RtpDt_UInt16 wMsgLen; // total RTCP length
[all …]
DRtpService.h131 IN RTPSESSIONID hRtpSession, IN RtpDt_Char* pBuffer, IN RtpDt_UInt16 wBufferLength,
154 IN RTPSESSIONID hRtpSession, IN RtpDt_UChar* pMsg, IN RtpDt_UInt16 uiMsgLength,
155 IN RtpDt_Char* pPeerIp, IN RtpDt_UInt16 uiPeerPort, OUT RtpDt_UInt32& uiPeerSsrc);
233 IN RTPSESSIONID hRtpSession, IN RtpDt_UChar* pMsg, IN RtpDt_UInt16 uiMsgLength,
243 IN RTPSESSIONID hRtpSession, IN RtpDt_UChar* m_pBlockBuffer, IN RtpDt_UInt16 nblockLength);
246 IN RtpDt_UInt32 timestamp, IN RtpDt_UInt16 seqNumber);
249 IN RtpDt_UInt32& timestamp, IN RtpDt_UInt16& seqNumber);
DRtpImpl.h58 OUT RtpDt_UInt16& usSubType, OUT RtpDt_UInt32& uiName, OUT RtpBuffer* pobjPayload);
63 IN RtpDt_UInt32 uiRemoteSsrc, IN RtpBuffer* pobjDestAddr, IN RtpDt_UInt16 usRemotePort);
DIRtpAppInterface.h115 OUT RtpDt_UInt16& usSubType, OUT RtpDt_UInt32& uiName, OUT RtpBuffer* pobjPayload) = 0;
135 IN RtpDt_UInt16 usRemotePort) = 0;
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtpSession.h57 RtpDt_UInt16 m_usRtpPort;
60 RtpDt_UInt16 m_usRtcpPort;
66 RtpDt_UInt16 m_usExtHdrLen;
81 RtpDt_UInt16 m_usRTCPTimerVal;
84 RtpDt_UInt16 m_usSeqNum;
87 RtpDt_UInt16 m_usSeqNumCycles;
203 IN RtpDt_UInt32 uiRcvdSsrc, IN RtpBuffer* pobjRtcpAddr, IN RtpDt_UInt16 usPort);
214 IN RtcpByePacket* pobjByePkt, IN RtpBuffer* pobjRtcpAddr, IN RtpDt_UInt16 usPort);
224 RtpDt_Double rtcp_interval(IN RtpDt_UInt16 usMembers);
234 RtpReceiverInfo* checkSsrcCollisionOnRcv(IN RtpBuffer* pobjRtpAddr, IN RtpDt_UInt16 usPort,
[all …]
DRtpReceiverInfo.h56 RtpDt_UInt16 m_usPort;
86 RtpDt_UInt16 fractionLost();
127 RtpDt_UInt16 getPort();
129 RtpDt_Void setPort(IN RtpDt_UInt16 usPort);
131 RtpDt_UInt32 updateSeq(IN RtpDt_UInt16 usSeq);
133 RtpDt_Void initSeq(IN RtpDt_UInt16 usSeq);
DRtpHeader.h80 RtpDt_UInt16 m_usSequenceNumber;
173 RtpDt_Void setSequenceNumber(IN RtpDt_UInt16 usSeqNum);
178 RtpDt_UInt16 getSequenceNumber();
DRtcpRrPacket.h97 IN RtpDt_UChar* pucRrBuf, IN RtpDt_UInt16& usRrLen, IN RtpDt_UInt16 usProfExtLen);
DRtcpSrPacket.h120 IN RtpDt_UChar* pucSrPktBuf, IN RtpDt_UInt16 usSrPktLen, IN RtpDt_UInt16 usExtHdrLen);
DRtcpXrPacket.h73 eRTP_STATUS_CODE decodeRtcpXrPacket(IN RtpDt_UChar*, IN RtpDt_UInt16, IN RtpDt_UChar ucPktType);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpHeader.cpp114 RtpDt_Void RtpHeader::setSequenceNumber(IN RtpDt_UInt16 usSequenceNumber) in setSequenceNumber()
119 RtpDt_UInt16 RtpHeader::getSequenceNumber() in getSequenceNumber()
146 RtpDt_UInt16 usTmpData = RTP_ZERO; in formHeader()
147 RtpDt_UInt16 usUtlData = RTP_ZERO; in formHeader()
195 RtpDt_UInt16 usSize = m_uiCsrcList.size(); in formHeader()
223 RtpDt_UInt16 usUtl2Data = (RtpDt_UInt16)(uiByte4Data >> RTP_SIXTEEN); in decodeHeader()
243 m_usSequenceNumber = (RtpDt_UInt16)(uiByte4Data & RTP_HEX_16_BIT_MAX); in decodeHeader()
DRtpReceiverInfo.cpp125 RtpDt_UInt16 RtpReceiverInfo::fractionLost() in fractionLost()
137 RtpDt_UInt16 ucFraction = RTP_ZERO; in fractionLost()
150 RtpDt_Void RtpReceiverInfo::initSeq(IN RtpDt_UInt16 usSeq) in initSeq()
162 RtpDt_UInt32 RtpReceiverInfo::updateSeq(IN RtpDt_UInt16 usSeq) in updateSeq()
164 RtpDt_UInt16 usDelta = usSeq - m_stRtpSource.usMaxSeq; in updateSeq()
282 RtpDt_UInt16 RtpReceiverInfo::getPort() in getPort()
287 RtpDt_Void RtpReceiverInfo::setPort(IN RtpDt_UInt16 usPort) in setPort()
DRtpSession.cpp130 RtpDt_UInt16 usSize = RTP_ZERO; in ~RtpSession()
148 RtpDt_UInt16 RtpSession::getExtHdrLen() in getExtHdrLen()
163 RtpDt_Void RtpSession::setSequenceNumber(IN RtpDt_UInt16 uiSeqNumber) in setSequenceNumber()
168 RtpDt_UInt16 RtpSession::getSequenceNumber() in getSequenceNumber()
173 RtpDt_Void RtpSession::setRtpPort(IN RtpDt_UInt16 usPort) in setRtpPort()
178 RtpDt_UInt16 RtpSession::getRtpPort() in getRtpPort()
665 RtpDt_UInt16 usMembers = m_pobjRtpRcvrInfoList->size(); in rtcpTimerExpiry()
988 RtpDt_UInt16 usSubType = RTP_ZERO; in populateAppPacket()
1245 m_usSeqNum = (RtpDt_UInt16)RtpOsUtil::Rand(); in initSession()
1246 m_curRtpTimestamp = (RtpDt_UInt16)RtpOsUtil::Rand(); in initSession()
[all …]
DRtcpPacket.cpp171 IN RtpDt_UInt16 usExtHdrLen, IN RtcpConfigInfo* pobjRtcpCfgInfo) in decodeRtcpPacket()
212 RtpDt_UInt16 usPktLen = m_objHeader.getLength(); in decodeRtcpPacket()
252 RtpDt_UInt16 uiRrPktLen = usPktLen; in decodeRtcpPacket()
383 RtpDt_UInt16 usSrSize = m_objSrPktList.size(); in formRtcpPacket()
384 RtpDt_UInt16 usRrSize = m_objRrPktList.size(); in formRtcpPacket()
385 RtpDt_UInt16 usFbSize = m_objFbPktList.size(); in formRtcpPacket()
DRtpStackUtil.cpp23 RtpDt_UInt16 RtpStackUtil::getSequenceNumber(IN RtpDt_UChar* pucRtpHdrBuf) in getSequenceNumber()
31 RtpDt_UInt16 usSeqNum = RTP_ZERO; in getSequenceNumber()
34 usSeqNum = (RtpDt_UInt16)(uiByte4Data & RTP_HEX_16_BIT_MAX); in getSequenceNumber()
DRtcpRrPacket.cpp74 IN RtpDt_UChar* pucRrBuf, IN RtpDt_UInt16& usRrLen, IN RtpDt_UInt16 usProfExtLen) in decodeRrPacket()
76 RtpDt_UInt16 usRepBlkLen = usRrLen - usProfExtLen; in decodeRrPacket()
DRtcpSdesPacket.cpp51 IN RtpDt_UChar* pucSdesBuf, IN RtpDt_UInt16 usSdesLen, IN RtcpConfigInfo* pobjRtcpCfgInfo) in decodeSdesPacket()
63 RtpDt_UInt16 usChunkSize = RTP_ZERO; in decodeSdesPacket()
DRtcpAppPacket.cpp66 eRTP_STATUS_CODE RtcpAppPacket::decodeAppPacket(IN RtpDt_UChar* pucAppBuf, IN RtpDt_UInt16 usAppLen) in decodeAppPacket()
72 RtpDt_UInt16 usTmpAppLen = usAppLen; in decodeAppPacket()
DRtpPacket.cpp156 RtpDt_UInt16 uXHdrLen = in decodePacket()
157 (RtpDt_UInt16)(uiByte4Data & RTP_HEX_16_BIT_MAX); // add header size in decodePacket()
DRtcpHeader.cpp171 RtpDt_UInt16 usUtlData = RTP_ZERO; in formPartialRtcpHeader()
172 RtpDt_UInt16 usTmpData = RTP_ZERO; in formPartialRtcpHeader()
DRtcpSrPacket.cpp173 IN RtpDt_UChar* pucSrPktBuf, IN RtpDt_UInt16 usSrPktLen, IN RtpDt_UInt16 usExtHdrLen) in decodeSrPacket()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpService.cpp252 RtpDt_UInt16 GetRtpHeaderExtensionSize(eRtp_Bool bEnableCVO) in GetRtpHeaderExtensionSize()
316 pobjRtpSession->setRtpPort((RtpDt_UInt16)port); in IMS_RtpSvc_CreateSession()
409 IN RTPSESSIONID hRtpSession, IN RtpDt_Char* pBuffer, IN RtpDt_UInt16 wBufferLength, in IMS_RtpSvc_SendRtpPacket()
490 IN RTPSESSIONID hRtpSession, IN RtpDt_UChar* pMsg, IN RtpDt_UInt16 uiMsgLength, in IMS_RtpSvc_ProcRtpPacket()
491 IN RtpDt_Char* pPeerIp, IN RtpDt_UInt16 uiPeerPort, OUT RtpDt_UInt32& uiPeerSsrc) in IMS_RtpSvc_ProcRtpPacket()
668 IN RTPSESSIONID hRtpSession, IN RtpDt_UChar* pMsg, IN RtpDt_UInt16 uiMsgLength, in IMS_RtpSvc_ProcRtcpPacket()
766 IN RTPSESSIONID hRtpSession, IN RtpDt_UChar* m_pBlockBuffer, IN RtpDt_UInt16 nblockLength) in IMS_RtpSvc_SendRtcpXrPacket()
777 RtpDt_UInt32 /*timestamp*/, RtpDt_UInt16 seqNumber) in IMS_RtpSvc_SetRtpContext()
786 RtpDt_UInt32& /*timestamp*/, RtpDt_UInt16& seqNumber) in IMS_RtpSvc_GetRtpContext()
DRtpImpl.cpp82 OUT RtpDt_UInt16& pusSubType, OUT RtpDt_UInt32& uiName, OUT RtpBuffer* pobjPayload) in rtcpAppPayloadReqInd()
111 RtpDt_UInt32 uiRemoteSsrc, RtpBuffer* pobjDestAddr, RtpDt_UInt16 usRemotePort) in deleteRcvrInfo()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/utils/
DRtpPfDatatypes.h113 typedef uint16_t RtpDt_UInt16; typedef
125 typedef RtpDt_UInt16 RtpSvc_Length;
DRtpGlobal.h138 RtpDt_UInt16 usMaxSeq; /* highest seq. number seen */
164 RtpDt_UInt16 nlength;

12