Home
last modified time | relevance | path

Searched defs:uiSsrc (Results 1 – 10 of 10) 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()
52 eRtp_Bool RtpImpl::rtpMemberLeaveInd(IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc) in rtpMemberLeaveInd()
DRtpService.cpp567 RtpDt_UInt32 uiSsrc = RtpStackUtil::generateNewSsrc(RTP_CONF_SSRC_SEED); in IMS_RtpSvc_SessionEnableRTP() local
/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()
207 IN RtpDt_UChar ucReceptionReportCount, IN RtpDt_UChar ucPacketType, IN RtpDt_UInt32 uiSsrc) in populateRtcpHeader()
DRtpStack.cpp63 RtpDt_UInt32 uiSsrc = RtpStackUtil::generateNewSsrc(uiTermNum); in createRtpSession() local
DRtcpChunk.cpp40 RtpDt_Void RtcpChunk::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc()
DRtcpFbPacket.cpp45 RtpDt_Void RtcpFbPacket::setSsrc(RtpDt_UInt32 uiSsrc) in setSsrc()
DRtcpReportBlock.cpp32 RtpDt_Void RtcpReportBlock::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc()
DRtpHeader.cpp134 RtpDt_Void RtpHeader::setRtpSsrc(IN RtpDt_UInt32 uiSsrc) in setRtpSsrc()
DRtpSession.cpp153 RtpDt_Void RtpSession::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc()
1391 IN std::list<RtpDt_UInt32>& pobjCsrcList, IN RtpDt_UInt32 uiSsrc) in findEntryInCsrcList()
1403 eRtp_Bool RtpSession::findEntryInRcvrList(IN RtpDt_UInt32 uiSsrc) in findEntryInRcvrList()
1858 RtpDt_UInt32 uiSsrc = pobjHdrInfo->getSsrc(); in processByePacket() local
DRtpReceiverInfo.cpp234 RtpDt_Void RtpReceiverInfo::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc()