/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/ |
D | RtpSession.h | 191 eRtp_Bool findEntryInRcvrList(IN RtpDt_UInt32 uiSsrc); 196 eRTP_STATUS_CODE processCsrcList(IN RtpHeader* pobjRtpHeader, IN RtpDt_UChar ucCsrcCount); 203 IN RtpDt_UInt32 uiRcvdSsrc, IN RtpBuffer* pobjRtcpAddr, IN RtpDt_UInt16 usPort); 208 RtpDt_Void delEntryFromRcvrList(IN RtpDt_UInt32* puiSsrc); 214 IN RtcpByePacket* pobjByePkt, IN RtpBuffer* pobjRtcpAddr, IN RtpDt_UInt16 usPort); 219 eRTP_STATUS_CODE processSdesPacket(IN RtcpSdesPacket* pobjSdesPkt); 224 RtpDt_Double rtcp_interval(IN RtpDt_UInt16 usMembers); 229 eRtp_Bool findEntryInCsrcList(IN std::list<RtpDt_UInt32>& pobjCsrcList, IN RtpDt_UInt32 uiSsrc); 234 RtpReceiverInfo* checkSsrcCollisionOnRcv(IN RtpBuffer* pobjRtpAddr, IN RtpDt_UInt16 usPort, 235 IN RtpDt_UInt32 uiRcvdSsrc, OUT eRTP_STATUS_CODE& eResult); [all …]
|
D | RtpReceiverInfo.h | 107 RtpDt_Void setCsrcFlag(IN eRtp_Bool bIsCsrcFlag); 111 RtpDt_Void setSsrc(IN RtpDt_UInt32 uiSsrc); 115 RtpDt_Void setSenderFlag(IN eRtp_Bool bSender); 121 RtpDt_Void incrTotalRcvdRtpOcts(IN RtpDt_UInt32 uiRcvdOcts); 125 eRTP_STATUS_CODE setIpAddr(IN RtpBuffer* pobjIpAddr); 129 RtpDt_Void setPort(IN RtpDt_UInt16 usPort); 131 RtpDt_UInt32 updateSeq(IN RtpDt_UInt16 usSeq); 133 RtpDt_Void initSeq(IN RtpDt_UInt16 usSeq); 137 RtpDt_Void setpreSrTimestamp(IN tRTP_NTP_TIME* pstNtpTs); 139 RtpDt_Void setLastSrNtpTimestamp(IN tRTP_NTP_TIME* pstNtpTs); [all …]
|
D | RtpStackUtil.h | 45 static RtpDt_UInt16 getSequenceNumber(IN RtpDt_UChar* pucRtpHdrBuf); 52 static RtpDt_UInt32 getRtpSsrc(IN RtpDt_UChar* pucRecvdRtpPkt); 59 static RtpDt_UInt32 getRtcpSsrc(IN RtpDt_UChar* pucRecvdRtcpPkt); 66 static RtpDt_UInt32 generateNewSsrc(IN RtpDt_UInt32 uiTermNum); 73 static RtpDt_UInt32 getMidFourOctets(IN tRTP_NTP_TIME* pstNtpTs); 83 static RtpDt_UInt32 calcRtpTimestamp(IN RtpDt_UInt32 uiPrevRtpTs, IN tRTP_NTP_TIME* pstCurNtpTs, 84 IN tRTP_NTP_TIME* pstPrevNtpTs, IN RtpDt_UInt32 uiSamplingRate);
|
D | RtpTimerInfo.h | 72 RtpDt_Void incrSndrCount(IN RtpDt_UInt32 uiIncrVal); 86 RtpDt_Void setTp(IN RtpDt_UInt32 uiTp); 94 RtpDt_Void setTn(IN RtpDt_UInt32 uiTn); 99 RtpDt_Void setPmembers(IN RtpDt_UInt32 uiPmembers); 104 RtpDt_Void setRtcpBw(IN RtpDt_UInt32 uiRtcpBw); 109 RtpDt_Void setWeSent(IN RtpDt_UInt32 uiWeSent); 114 RtpDt_Void setAvgRtcpSize(IN RtpDt_Int32 uiAvgRtcpSize); 119 RtpDt_Void setInitial(IN eRtp_Bool bSetInitial); 122 RtpDt_Void updateAvgRtcpSize(IN RtpDt_UInt32 uiRcvdPktSize); 125 eRtp_Bool updateByePktInfo(IN RtpDt_UInt32 uiMemSize);
|
D | RtcpPacket.h | 112 eRTP_STATUS_CODE addSrPacketData(IN RtcpSrPacket* pobjSrPkt); 117 eRTP_STATUS_CODE addRrPacketData(IN RtcpRrPacket* pobjRrPkt); 122 eRTP_STATUS_CODE addFbPacketData(IN RtcpFbPacket* pobjFbPkt); 127 RtpDt_Void setSdesPacketData(IN RtcpSdesPacket* pobjSdesData); 132 RtpDt_Void setByePacketData(IN RtcpByePacket* pobjByePktData); 137 RtpDt_Void setAppPktData(IN RtcpAppPacket* pobjAppData); 142 RtpDt_Void setXrPacket(IN RtcpXrPacket* pobjRtcpXrData); 153 eRTP_STATUS_CODE decodeRtcpPacket(IN RtpBuffer* pobjRtcpPktBuf, IN RtpDt_UInt16 usExtHdrLen, 154 IN RtcpConfigInfo* pobjRtcpCfgInfo);
|
D | RtcpHeader.h | 82 eRtp_Bool setVersion(IN RtpDt_UChar ucVersion); 112 eRtp_Bool setReceptionReportCount(IN RtpDt_UChar ucReceptionReport); 129 RtpDt_Void setPacketType(IN RtpDt_UChar ucPacketType); 141 RtpDt_Void setLength(IN RtpDt_UInt32 usLength); 153 RtpDt_Void setSsrc(IN RtpDt_UInt32 uiSsrc); 171 eRtp_Bool decodeRtcpHeader(IN RtpDt_UChar* pRtcpBuffer, RtpDt_Int32 length); 194 RtpDt_Void populateRtcpHeader(IN RtpDt_UChar ucReceptionReportCount, 195 IN RtpDt_UChar ucPacketType, IN RtpDt_UInt32 uiSsrc);
|
D | RtpHeader.h | 96 RtpDt_Void addElementToCsrcList(IN RtpDt_UInt32 uiCsrc); 108 RtpDt_Void setVersion(IN RtpDt_UChar ucVersion); 138 RtpDt_Void setCsrcCount(IN RtpDt_UChar ucCsrcCnt); 163 RtpDt_Void setPayloadType(IN RtpDt_UChar ucPldType); 173 RtpDt_Void setSequenceNumber(IN RtpDt_UInt16 usSeqNum); 183 RtpDt_Void setRtpTimestamp(IN RtpDt_UInt32 uiTimestamp); 193 RtpDt_Void setRtpSsrc(IN RtpDt_UInt32 uiSsrc); 206 eRtp_Bool formHeader(IN RtpBuffer* pobjRtpPktBuf); 214 eRtp_Bool decodeHeader(IN RtpBuffer* pobjRtpPktBuf, OUT RtpDt_UInt32& uiBufPos);
|
D | RtcpReportBlock.h | 82 RtpDt_Void setSsrc(IN RtpDt_UInt32 uiSsrc); 92 RtpDt_Void setFracLost(IN RtpDt_UChar ucFracLost); 102 RtpDt_Void setCumNumPktLost(IN RtpDt_Int32 uiCumNumPktLost); 112 RtpDt_Void setExtHighSeqRcv(IN RtpDt_UInt32 uiExtHighSeqRcv); 122 RtpDt_Void setJitter(IN RtpDt_UInt32 uiJitter); 132 RtpDt_Void setLastSR(IN RtpDt_UInt32 uiLastSR); 142 RtpDt_Void setDelayLastSR(IN RtpDt_UInt32 uiDelayLastSR); 152 eRtp_Bool decodeReportBlock(IN RtpDt_UChar* pcRepBlkBuf);
|
D | RtcpRrPacket.h | 53 RtpDt_Void addReportBlkElm(IN RtcpReportBlock* pobjReptBlk); 84 RtpDt_Void setExtHdrInfo(IN RtpBuffer* pobjExtHdr); 97 IN RtpDt_UChar* pucRrBuf, IN RtpDt_UInt16& usRrLen, IN RtpDt_UInt16 usProfExtLen); 108 eRTP_STATUS_CODE formRrPacket(OUT RtpBuffer* pobjRtcpPktBuf, IN eRtp_Bool bHdrInfo);
|
D | RtcpConfigInfo.h | 56 RtpDt_Void setByeReasonSize(IN RtpDt_UInt32 uiByeReason); 66 RtpDt_Void setAppDepDataSize(IN RtpDt_UInt32 uiAppDepSize); 81 RtpDt_Void setSdesItemCount(IN RtpDt_UInt32 uiSdesItemCnt); 86 eRtp_Bool addRtcpSdesItem(IN tRTCP_SDES_ITEM* pstSdesItem, IN RtpDt_UInt32 uiIndex); 91 tRTCP_SDES_ITEM* getRtcpSdesItem(IN RtpDt_UInt32 uiIndex);
|
D | RtcpSrPacket.h | 84 RtpDt_Void setRtpTimestamp(IN RtpDt_UInt32 uiRtpTimestamp); 94 RtpDt_Void setSendPktCount(IN RtpDt_UInt32 uiPktCount); 104 RtpDt_Void setSendOctetCount(IN RtpDt_UInt32 uiOctetCount); 120 IN RtpDt_UChar* pucSrPktBuf, IN RtpDt_UInt16 usSrPktLen, IN RtpDt_UInt16 usExtHdrLen);
|
D | RtpPayloadInfo.h | 39 RtpPayloadInfo(IN RtpDt_UInt32* uiPayloadType, IN RtpDt_UInt32 uiSamplingRate, 40 IN RtpDt_UInt32 nNumOfPayloadParam); 44 RtpDt_UInt32 getPayloadType(IN RtpDt_UInt32 payloadIndex); 48 RtpDt_Void setRtpPayloadInfo(IN RtpPayloadInfo* pobjRlInfo);
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/interface/rtp/ |
D | RtpService.h | 76 GLOBAL eRtp_Bool IMS_RtpSvc_CreateSession(IN RtpDt_Char* szLocalIP, IN RtpDt_UInt32 port, 77 IN RtpDt_Void* pAppData, OUT RtpDt_UInt32* puSsrc, OUT RTPSESSIONID* hRtpSession); 93 GLOBAL eRtp_Bool IMS_RtpSvc_SetPayload(IN RTPSESSIONID hRtpSession, 94 IN tRtpSvc_SetPayloadParam* pstPayloadInfo, IN eRtp_Bool bEnableXHdr, 95 IN RtpDt_UInt32 nNumOfPayloadParam); 104 GLOBAL eRtp_Bool IMS_RtpSvc_SetRTCPInterval(IN RTPSESSIONID hRtpSession, IN RtpDt_UInt32 nInterval); 111 GLOBAL eRtp_Bool IMS_RtpSvc_DeleteSession(IN RTPSESSIONID hRtpSession); 130 GLOBAL eRtp_Bool IMS_RtpSvc_SendRtpPacket(IN RtpServiceListener* pobjRtpServiceListener, 131 IN RTPSESSIONID hRtpSession, IN RtpDt_Char* pBuffer, IN RtpDt_UInt16 wBufferLength, 132 IN tRtpSvc_SendRtpPacketParam* pstRtpParam); [all …]
|
D | RtpImpl.h | 45 eRtp_Bool rtpSsrcCollisionInd(IN RtpDt_Int32 uiOldSsrc, IN RtpDt_Int32 uiNewSsrc); 47 RtpDt_Void setAppdata(IN RtpDt_Void* pvAppdata); 51 eRtp_Bool rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc); 53 eRtp_Bool rtpMemberLeaveInd(IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc); 55 eRtp_Bool rtcpPacketSendInd(IN RtpBuffer* pobjRtcpBuf, IN RtpSession* pobjRtpSession); 63 IN RtpDt_UInt32 uiRemoteSsrc, IN RtpBuffer* pobjDestAddr, IN RtpDt_UInt16 usRemotePort); 65 eRtp_Bool rtcpTimerHdlErrorInd(IN eRTP_STATUS_CODE eStatus); 67 RtpDt_Void* RtpStartTimer(IN RtpDt_UInt32 uiDuration, IN eRtp_Bool bRepeat, 68 IN RTPCB_TIMERHANDLER pfnTimerCb, IN RtpDt_Void* pvData); 70 eRtp_Bool RtpStopTimer(IN RtpDt_Void* pTimerId, OUT RtpDt_Void** ppUserData);
|
D | IRtpAppInterface.h | 54 virtual eRtp_Bool rtpSsrcCollisionInd(IN RtpDt_Int32 uiOldSsrc, IN RtpDt_Int32 uiNewSsrc) = 0; 61 virtual RtpDt_Void setAppdata(IN RtpDt_Void* pvAppdata) = 0; 78 virtual eRtp_Bool rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc) = 0; 91 IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc) = 0; 101 IN RtpBuffer* pobjRtcpPkt, IN RtpSession* pobjRtpSession) = 0; 134 virtual eRtp_Bool deleteRcvrInfo(IN RtpDt_UInt32 uiRemoteSsrc, IN RtpBuffer* pobjDestAddr, 135 IN RtpDt_UInt16 usRemotePort) = 0; 143 virtual eRtp_Bool rtcpTimerHdlErrorInd(IN eRTP_STATUS_CODE eStatus) = 0; 161 virtual RtpDt_Void* RtpStartTimer(IN RtpDt_UInt32 uiDuration, IN eRtp_Bool bRepeat, 162 IN RTPCB_TIMERHANDLER pfnTimerCb, IN RtpDt_Void* pvData) = 0; [all …]
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/ |
D | RtpService.cpp | 28 OUT RtcpConfigInfo* pobjRtcpCfgInfo, IN RtpDt_UChar* sdesName, IN RtpDt_UInt32 uiLength) in addSdesItem() 41 OUT tRtpSvcIndSt_ReceiveRtpInd* pstRtpIndMsg, IN RtpPacket* pobjRtpPkt) in populateReceiveRtpIndInfo() 90 IN std::list<RtcpReportBlock*>& pobjRepBlkList, OUT tRtpSvcRecvReport* pstRcvdReport) in populateRcvdReportFromStk() 136 IN std::list<RtcpRrPacket*>& pobjRrList, OUT tNotifyReceiveRtcpRrInd* pstRrInfo) in populateRcvdRrInfoFromStk() 155 IN std::list<RtcpSrPacket*>& pobjSrList, OUT tNotifyReceiveRtcpSrInd* pstSrInfo) in populateRcvdSrInfoFromStk() 191 IN RtcpFbPacket* m_pobjRtcpFbPkt, OUT tRtpSvcIndSt_ReceiveRtcpFeedbackInd* stFbRtcpMsg) in populateRcvdFbInfoFromStk() 216 RtpBuffer* SetRtpHeaderExtension(IN tRtpSvc_SendRtpPacketParam* pstRtpParam) in SetRtpHeaderExtension() 294 GLOBAL eRtp_Bool IMS_RtpSvc_CreateSession(IN RtpDt_Char* szLocalIP, IN RtpDt_UInt32 port, in IMS_RtpSvc_CreateSession() 295 IN RtpDt_Void* pAppData, OUT RtpDt_UInt32* puSsrc, OUT RTPSESSIONID* hRtpSession) in IMS_RtpSvc_CreateSession() 340 GLOBAL eRtp_Bool IMS_RtpSvc_SetPayload(IN RTPSESSIONID hRtpSession, in IMS_RtpSvc_SetPayload() [all …]
|
D | RtpImpl.cpp | 30 eRtp_Bool RtpImpl::rtpSsrcCollisionInd(IN RtpDt_Int32 uiOldSsrc, IN RtpDt_Int32 uiNewSsrc) in rtpSsrcCollisionInd() 36 RtpDt_Void RtpImpl::setAppdata(IN RtpDt_Void* pvAppdata) in setAppdata() 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() 58 eRtp_Bool RtpImpl::rtcpPacketSendInd(IN RtpBuffer* pobjRtcpBuf, IN RtpSession* pobjRtpSession) in rtcpPacketSendInd() 117 eRtp_Bool RtpImpl::rtcpTimerHdlErrorInd(IN eRTP_STATUS_CODE eStatus) in rtcpTimerHdlErrorInd() 123 RtpDt_Void* RtpImpl::RtpStartTimer(IN RtpDt_UInt32 uiDuration, IN eRtp_Bool bRepeat, in RtpStartTimer() 124 IN RTPCB_TIMERHANDLER pfnTimerCb, IN RtpDt_Void* pvData) in RtpStartTimer() 133 eRtp_Bool RtpImpl::RtpStopTimer(IN RtpDt_Void* pTimerId, OUT RtpDt_Void** ppUserData) in RtpStopTimer()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/ |
D | RtpSession.cpp | 28 extern RtpDt_Void Rtp_RtcpTimerCb(IN RtpDt_Void* pvTimerId, IN RtpDt_Void* pvData); 66 RtpSession::RtpSession(IN RtpStack* pobjStack) : in RtpSession() 153 RtpDt_Void RtpSession::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc() 163 RtpDt_Void RtpSession::setSequenceNumber(IN RtpDt_UInt16 uiSeqNumber) in setSequenceNumber() 173 RtpDt_Void RtpSession::setRtpPort(IN RtpDt_UInt16 usPort) in setRtpPort() 183 RtpDt_Void RtpSession::setRtpTransAddr(IN RtpBuffer* pobjDestTransAddr) in setRtpTransAddr() 196 eRtp_Bool RtpSession::compareRtpSessions(IN RtpSession* pobjSession) in compareRtpSessions() 237 RtpDt_Void Rtp_RtcpTimerCb(IN RtpDt_Void* pvTimerId, IN RtpDt_Void* pvData) in Rtp_RtcpTimerCb() 291 eRTP_STATUS_CODE RtpSession::formSrList(IN RtpDt_UInt32 uiSndrCount, OUT RtcpPacket* pobjRtcpPkt) in formSrList() 341 eRTP_STATUS_CODE RtpSession::formRrList(IN RtpDt_UInt32 uiSndrCount, OUT RtcpPacket* pobjRtcpPkt) in formRrList() [all …]
|
D | RtpTimerInfo.cpp | 82 RtpDt_Void RtpTimerInfo::incrSndrCount(IN RtpDt_UInt32 uiIncrVal) in incrSndrCount() 96 RtpDt_Void RtpTimerInfo::updateAvgRtcpSize(IN RtpDt_UInt32 uiRcvdPktSize) in updateAvgRtcpSize() 111 eRtp_Bool RtpTimerInfo::updateByePktInfo(IN RtpDt_UInt32 uiMemSize) in updateByePktInfo() 157 RtpDt_Void RtpTimerInfo::setTp(IN RtpDt_UInt32 uiTp) in setTp() 205 RtpDt_Void RtpTimerInfo::setTn(IN RtpDt_UInt32 uiTn) in setTn() 231 RtpDt_Void RtpTimerInfo::setPmembers(IN RtpDt_UInt32 uiPmembers) in setPmembers() 257 RtpDt_Void RtpTimerInfo::setRtcpBw(IN RtpDt_UInt32 uiRtcpBw) in setRtcpBw() 283 RtpDt_Void RtpTimerInfo::setWeSent(IN RtpDt_UInt32 uiWeSent) in setWeSent() 309 RtpDt_Void RtpTimerInfo::setAvgRtcpSize(IN RtpDt_Int32 uiAvgRtcpSize) in setAvgRtcpSize() 335 RtpDt_Void RtpTimerInfo::setInitial(IN eRtp_Bool bSetInitial) in setInitial()
|
D | RtpReceiverInfo.cpp | 59 RtpDt_Void RtpReceiverInfo::setCsrcFlag(IN eRtp_Bool bIsCsrcFlag) in setCsrcFlag() 89 RtpDt_Void RtpReceiverInfo::calcJitter(IN RtpDt_UInt32 uiRcvRtpTs, IN RtpDt_UInt32 uiSamplingRate) in calcJitter() 150 RtpDt_Void RtpReceiverInfo::initSeq(IN RtpDt_UInt16 usSeq) in initSeq() 162 RtpDt_UInt32 RtpReceiverInfo::updateSeq(IN RtpDt_UInt16 usSeq) in updateSeq() 234 RtpDt_Void RtpReceiverInfo::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc() 244 RtpDt_Void RtpReceiverInfo::setSenderFlag(IN eRtp_Bool bSender) in setSenderFlag() 259 RtpDt_Void RtpReceiverInfo::incrTotalRcvdRtpOcts(IN RtpDt_UInt32 uiRcvdOcts) in incrTotalRcvdRtpOcts() 269 eRTP_STATUS_CODE RtpReceiverInfo::setIpAddr(IN RtpBuffer* pobjIpAddr) in setIpAddr() 287 RtpDt_Void RtpReceiverInfo::setPort(IN RtpDt_UInt16 usPort) in setPort() 292 RtpDt_Void RtpReceiverInfo::setpreSrTimestamp(IN tRTP_NTP_TIME* pstNtpTs) in setpreSrTimestamp() [all …]
|
D | RtpStackUtil.cpp | 23 RtpDt_UInt16 RtpStackUtil::getSequenceNumber(IN RtpDt_UChar* pucRtpHdrBuf) in getSequenceNumber() 39 RtpDt_UInt32 RtpStackUtil::getRtpSsrc(IN RtpDt_UChar* pucRtpBuf) in getRtpSsrc() 53 RtpDt_UInt32 RtpStackUtil::getRtcpSsrc(IN RtpDt_UChar* pucRtcpBuf) in getRtcpSsrc() 65 RtpDt_UInt32 RtpStackUtil::generateNewSsrc(IN RtpDt_UInt32 uiTermNum) in generateNewSsrc() 77 RtpDt_UInt32 RtpStackUtil::getMidFourOctets(IN tRTP_NTP_TIME* pstNtpTs) in getMidFourOctets() 92 RtpDt_UInt32 RtpStackUtil::calcRtpTimestamp(IN RtpDt_UInt32 uiPrevRtpTs, in calcRtpTimestamp() 93 IN tRTP_NTP_TIME* pstCurNtpTs, IN tRTP_NTP_TIME* pstPrevNtpTs, in calcRtpTimestamp() 94 IN RtpDt_UInt32 uiSamplingRate) in calcRtpTimestamp()
|
D | RtcpHeader.cpp | 32 eRtp_Bool RtcpHeader::setVersion(IN RtpDt_UChar ucVersion) in setVersion() 59 eRtp_Bool RtcpHeader::setReceptionReportCount(IN RtpDt_UChar ucReceptionReportCount) in setReceptionReportCount() 76 RtpDt_Void RtcpHeader::setPacketType(IN RtpDt_UChar ucPacketType) in setPacketType() 86 RtpDt_Void RtcpHeader::setLength(IN RtpDt_UInt32 usLength) in setLength() 96 RtpDt_Void RtcpHeader::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc() 115 eRtp_Bool RtcpHeader::decodeRtcpHeader(IN RtpDt_UChar* pRtcpBuffer, RtpDt_Int32 length) in decodeRtcpHeader() 207 IN RtpDt_UChar ucReceptionReportCount, IN RtpDt_UChar ucPacketType, IN RtpDt_UInt32 uiSsrc) in populateRtcpHeader()
|
D | RtcpReportBlock.cpp | 32 RtpDt_Void RtcpReportBlock::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc() 42 RtpDt_Void RtcpReportBlock::setFracLost(IN RtpDt_UChar ucFracLost) in setFracLost() 52 RtpDt_Void RtcpReportBlock::setCumNumPktLost(IN RtpDt_Int32 uiCumNumPktLost) in setCumNumPktLost() 62 RtpDt_Void RtcpReportBlock::setExtHighSeqRcv(IN RtpDt_UInt32 uiExtHighSeqRcv) in setExtHighSeqRcv() 72 RtpDt_Void RtcpReportBlock::setJitter(IN RtpDt_UInt32 uiJitter) in setJitter() 82 RtpDt_Void RtcpReportBlock::setLastSR(IN RtpDt_UInt32 uiLastSR) in setLastSR() 92 RtpDt_Void RtcpReportBlock::setDelayLastSR(IN RtpDt_UInt32 uiDelayLastSR) in setDelayLastSR() 102 eRtp_Bool RtcpReportBlock::decodeReportBlock(IN RtpDt_UChar* pcRepBlkBuf) in decodeReportBlock()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/utils/ |
D | RtpBuffer.h | 49 RtpBuffer(IN RtpDt_UInt32 uiLength, IN RtpDt_UChar* pBuffer); 58 RtpDt_Void setLength(IN RtpDt_UInt32 uiLen); 72 RtpDt_Void setBuffer(IN RtpDt_UChar* pBuff); 88 RtpDt_Void setBufferInfo(IN RtpDt_UInt32 uiLength, IN RtpDt_UChar* pBuffer);
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/utils/ |
D | RtpBuffer.cpp | 26 RtpBuffer::RtpBuffer(IN RtpDt_UInt32 uiLength, IN RtpDt_UChar* pBuffer) in RtpBuffer() 55 RtpDt_Void RtpBuffer::setLength(IN RtpDt_UInt32 uiLen) in setLength() 65 RtpDt_Void RtpBuffer::setBuffer(IN RtpDt_UChar* pBuff) in setBuffer() 75 RtpDt_Void RtpBuffer::setBufferInfo(IN RtpDt_UInt32 uiLength, IN RtpDt_UChar* pBuffer) in setBufferInfo()
|