Searched defs:pobjRtpSession (Results 1 – 5 of 5) sorted by relevance
302 RtpSession* pobjRtpSession = g_pobjRtpStack->createRtpSession(); in IMS_RtpSvc_CreateSession() local359 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_SetPayload() local392 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_DeleteSession() local412 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_SendRtpPacket() local494 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_ProcRtpPacket() local557 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(rtpSessionId); in IMS_RtpSvc_SessionEnableRTP() local580 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(rtpSessionId); in IMS_RtpSvc_SessionDisableRTP() local595 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_SessionEnableRTCP() local611 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_SessionDisableRTCP() local629 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_SendRtcpByePacket() local[all …]
58 eRtp_Bool RtpImpl::rtcpPacketSendInd(IN RtpBuffer* pobjRtcpBuf, IN RtpSession* pobjRtpSession) in rtcpPacketSendInd()
36 for (auto& pobjRtpSession : m_objRtpSessionList) in ~RtpStack() local52 RtpSession* pobjRtpSession = new RtpSession(this); in createRtpSession() local83 eRTP_STATUS_CODE RtpStack::deleteRtpSession(IN RtpSession* pobjRtpSession) in deleteRtpSession()
240 RtpSession* pobjRtpSession = static_cast<RtpSession*>(pvData); in Rtp_RtcpTimerCb() local
55 RtpSession* pobjRtpSession = rtpStack.createRtpSession(); in TEST_F() local