Searched refs:RtpStackProfile (Results 1 – 8 of 8) sorted by relevance
19 RtpStackProfile::RtpStackProfile() : in RtpStackProfile() function in RtpStackProfile26 RtpStackProfile::~RtpStackProfile() {} in ~RtpStackProfile()28 RtpDt_Void RtpStackProfile::setRtcpBandwidth(IN RtpDt_UInt32 uiRtcpBw) in setRtcpBandwidth()33 RtpDt_UInt32 RtpStackProfile::getRtcpBandwidth() in getRtcpBandwidth()38 RtpDt_Void RtpStackProfile::setMtuSize(IN RtpDt_UInt32 uiMtuSize) in setMtuSize()43 RtpDt_UInt32 RtpStackProfile::getMtuSize() in getMtuSize()48 RtpDt_Void RtpStackProfile::setTermNumber(IN RtpDt_UInt32 uiTermNum) in setTermNumber()53 RtpDt_UInt32 RtpStackProfile::getTermNumber() in getTermNumber()
43 RtpStack::RtpStack(IN RtpStackProfile* pobjStackProfile) in RtpStack()105 RtpStackProfile* RtpStack::getStackProfile() in getStackProfile()110 RtpDt_Void RtpStack::setStackProfile(IN RtpStackProfile* pobjStackProfile) in setStackProfile()
478 RtpStackProfile* pobjProfile = m_pobjRtpStack->getStackProfile(); in rtpMakeCompoundRtcpPacket()1129 RtpStackProfile* pobjRtpProfile = m_pobjRtpStack->getStackProfile(); in enableRtcp()1505 RtpStackProfile* pobjRtpProfile = m_pobjRtpStack->getStackProfile(); in processRcvdRtpPkt()2083 RtpStackProfile* pobjRtpProfile = m_pobjRtpStack->getStackProfile(); in sendRtcpByePacket()
25 RtpStackProfile* pobjStackProfile = new RtpStackProfile();40 RtpStackProfile* pobjStackProfile3 = new RtpStackProfile(); in TEST_F()72 RtpStackProfile* pobjStackProfile2 = new RtpStackProfile(); in TEST_F()
22 RtpStackProfile rtpStackProfile; in TEST()32 RtpStackProfile rtpStackProfile; in TEST()
48 RtpStackProfile* m_pobjStackProfile;65 RtpStack(IN RtpStackProfile* pobjStackProfile);92 RtpStackProfile* getStackProfile();98 RtpDt_Void setStackProfile(IN RtpStackProfile* pobjStackProfile);
31 class RtpStackProfile46 RtpStackProfile();48 ~RtpStackProfile();
209 RtpDt_Void populateRtpProfile(OUT RtpStackProfile* pobjStackProfile) in populateRtpProfile()270 RtpStackProfile* pobjStackProfile = new RtpStackProfile(); in IMS_RtpSvc_Initialize()