Searched refs:pobjStackProfile (Results 1 – 4 of 4) sorted by relevance
43 RtpStack::RtpStack(IN RtpStackProfile* pobjStackProfile) in RtpStack() argument45 m_pobjStackProfile = pobjStackProfile; in RtpStack()110 RtpDt_Void RtpStack::setStackProfile(IN RtpStackProfile* pobjStackProfile) in setStackProfile() argument112 m_pobjStackProfile = pobjStackProfile; in setStackProfile()
25 RtpStackProfile* pobjStackProfile = new RtpStackProfile(); member in RtpStackTest28 virtual void SetUp() override { rtpStack.setStackProfile(pobjStackProfile); } in SetUp()49 reinterpret_cast<void*>(pobjStackProfile)); in TEST_F()50 EXPECT_EQ(rtpStack.getStackProfile()->getTermNumber(), pobjStackProfile->getTermNumber()); in TEST_F()
65 RtpStack(IN RtpStackProfile* pobjStackProfile);98 RtpDt_Void setStackProfile(IN RtpStackProfile* pobjStackProfile);
209 RtpDt_Void populateRtpProfile(OUT RtpStackProfile* pobjStackProfile) in populateRtpProfile() argument211 pobjStackProfile->setRtcpBandwidth(RTP_DEF_RTCP_BW_SIZE); in populateRtpProfile()212 pobjStackProfile->setMtuSize(RTP_CONF_MTU_SIZE); in populateRtpProfile()213 pobjStackProfile->setTermNumber(RTP_CONF_SSRC_SEED); in populateRtpProfile()270 RtpStackProfile* pobjStackProfile = new RtpStackProfile(); in IMS_RtpSvc_Initialize() local271 if (pobjStackProfile == nullptr) in IMS_RtpSvc_Initialize()276 populateRtpProfile(pobjStackProfile); in IMS_RtpSvc_Initialize()277 g_pobjRtpStack->setStackProfile(pobjStackProfile); in IMS_RtpSvc_Initialize()