Home
last modified time | relevance | path

Searched refs:uiSsrc (Results 1 – 18 of 18) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpImpl.cpp46 eRtp_Bool RtpImpl::rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc) in rtpNewMemberJoinInd() argument
48 (RtpDt_Void) uiSsrc; in rtpNewMemberJoinInd()
52 eRtp_Bool RtpImpl::rtpMemberLeaveInd(IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc) in rtpMemberLeaveInd() argument
54 (RtpDt_Void) eLeaveReason, (RtpDt_Void)uiSsrc; in rtpMemberLeaveInd()
DRtpService.cpp567 RtpDt_UInt32 uiSsrc = RtpStackUtil::generateNewSsrc(RTP_CONF_SSRC_SEED); in IMS_RtpSvc_SessionEnableRTP() local
568 RTP_TRACE_WARNING("[SessionEnableRTP] SSRC changed [%x] -> [%x]", oldSsrc, uiSsrc); in IMS_RtpSvc_SessionEnableRTP()
569 pobjRtpSession->setSsrc(uiSsrc); in IMS_RtpSvc_SessionEnableRTP()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpHeader.cpp96 RtpDt_Void RtcpHeader::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc() argument
98 m_uiSsrc = uiSsrc; in setSsrc()
207 IN RtpDt_UChar ucReceptionReportCount, IN RtpDt_UChar ucPacketType, IN RtpDt_UInt32 uiSsrc) in populateRtcpHeader() argument
212 m_uiSsrc = uiSsrc; in populateRtcpHeader()
DRtpStack.cpp63 RtpDt_UInt32 uiSsrc = RtpStackUtil::generateNewSsrc(uiTermNum); in createRtpSession() local
64 pobjRtpSession->setSsrc(uiSsrc); in createRtpSession()
DRtcpFbPacket.cpp45 RtpDt_Void RtcpFbPacket::setSsrc(RtpDt_UInt32 uiSsrc) in setSsrc() argument
47 m_objRtcpHdr.setSsrc(uiSsrc); in setSsrc()
DRtcpChunk.cpp40 RtpDt_Void RtcpChunk::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc() argument
42 m_uiSsrc = uiSsrc; in setSsrc()
DRtcpReportBlock.cpp32 RtpDt_Void RtcpReportBlock::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc() argument
34 m_uiSsrc = uiSsrc; in setSsrc()
DRtpHeader.cpp134 RtpDt_Void RtpHeader::setRtpSsrc(IN RtpDt_UInt32 uiSsrc) in setRtpSsrc() argument
136 m_uiSsrc = uiSsrc; in setRtpSsrc()
DRtpReceiverInfo.cpp234 RtpDt_Void RtpReceiverInfo::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc() argument
236 m_uiSsrc = uiSsrc; in setSsrc()
DRtpSession.cpp153 RtpDt_Void RtpSession::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc() argument
155 m_uiSsrc = uiSsrc; in setSsrc()
1391 IN std::list<RtpDt_UInt32>& pobjCsrcList, IN RtpDt_UInt32 uiSsrc) in findEntryInCsrcList() argument
1398 auto result = std::find(pobjCsrcList.begin(), pobjCsrcList.end(), uiSsrc); in findEntryInCsrcList()
1403 eRtp_Bool RtpSession::findEntryInRcvrList(IN RtpDt_UInt32 uiSsrc) in findEntryInRcvrList() argument
1407 if (pobjRcvInfo != nullptr && pobjRcvInfo->getSsrc() == uiSsrc) in findEntryInRcvrList()
1858 RtpDt_UInt32 uiSsrc = pobjHdrInfo->getSsrc(); in processByePacket() local
1859 delEntryFromRcvrList(&uiSsrc); in processByePacket()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpHeader.h153 RtpDt_Void setSsrc(IN RtpDt_UInt32 uiSsrc);
195 IN RtpDt_UChar ucPacketType, IN RtpDt_UInt32 uiSsrc);
DRtpSession.h191 eRtp_Bool findEntryInRcvrList(IN RtpDt_UInt32 uiSsrc);
229 eRtp_Bool findEntryInCsrcList(IN std::list<RtpDt_UInt32>& pobjCsrcList, IN RtpDt_UInt32 uiSsrc);
506 RtpDt_Void setSsrc(IN RtpDt_UInt32 uiSsrc);
DRtcpChunk.h47 RtpDt_Void setSsrc(IN RtpDt_UInt32 uiSsrc);
DRtcpReportBlock.h82 RtpDt_Void setSsrc(IN RtpDt_UInt32 uiSsrc);
DRtpHeader.h193 RtpDt_Void setRtpSsrc(IN RtpDt_UInt32 uiSsrc);
DRtpReceiverInfo.h111 RtpDt_Void setSsrc(IN RtpDt_UInt32 uiSsrc);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/interface/rtp/
DRtpImpl.h51 eRtp_Bool rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc);
53 eRtp_Bool rtpMemberLeaveInd(IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc);
DIRtpAppInterface.h78 virtual eRtp_Bool rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc) = 0;
91 IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc) = 0;