Searched refs:pobjRtcpConfigInfo (Results 1 – 3 of 3) sorted by relevance
328 RtcpConfigInfo* pobjRtcpConfigInfo = new RtcpConfigInfo(); in IMS_RtpSvc_CreateSession() local330 pobjRtcpConfigInfo, reinterpret_cast<RtpDt_UChar*>(szLocalIP), strlen(szLocalIP) + 1); in IMS_RtpSvc_CreateSession()332 eRTP_STATUS_CODE eInitSta = pobjRtpSession->initSession(pobjRtpImpl, pobjRtcpConfigInfo); in IMS_RtpSvc_CreateSession()
395 IN IRtpAppInterface* pobjAppInterface, IN RtcpConfigInfo* pobjRtcpConfigInfo);
1217 IN IRtpAppInterface* pobjAppInterface, IN RtcpConfigInfo* pobjRtcpConfigInfo) in initSession() argument1235 if (pobjRtcpConfigInfo != nullptr) in initSession()1240 m_pobjRtcpCfgInfo = pobjRtcpConfigInfo; in initSession()