Searched refs:RtpSession (Results 1 – 10 of 10) sorted by relevance
302 RtpSession* pobjRtpSession = g_pobjRtpStack->createRtpSession(); in IMS_RtpSvc_CreateSession()359 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_SetPayload()382 g_pobjRtpStack->isValidRtpSession(reinterpret_cast<RtpSession*>(hRtpSession)) == in IMS_RtpSvc_SetRTCPInterval()386 (reinterpret_cast<RtpSession*>(hRtpSession))->setRTCPTimerValue(nInterval); in IMS_RtpSvc_SetRTCPInterval()392 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_DeleteSession()412 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_SendRtpPacket()494 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_ProcRtpPacket()557 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(rtpSessionId); in IMS_RtpSvc_SessionEnableRTP()580 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(rtpSessionId); in IMS_RtpSvc_SessionDisableRTP()595 RtpSession* pobjRtpSession = reinterpret_cast<RtpSession*>(hRtpSession); in IMS_RtpSvc_SessionEnableRTCP()[all …]
58 eRtp_Bool RtpImpl::rtcpPacketSendInd(IN RtpBuffer* pobjRtcpBuf, IN RtpSession* pobjRtpSession) in rtcpPacketSendInd()
30 RtpSession::RtpSession() : in RtpSession() function in RtpSession66 RtpSession::RtpSession(IN RtpStack* pobjStack) : in RtpSession() function in RtpSession102 RtpSession::~RtpSession() in ~RtpSession()148 RtpDt_UInt16 RtpSession::getExtHdrLen() in getExtHdrLen()153 RtpDt_Void RtpSession::setSsrc(IN RtpDt_UInt32 uiSsrc) in setSsrc()158 RtpDt_UInt32 RtpSession::getSsrc() in getSsrc()163 RtpDt_Void RtpSession::setSequenceNumber(IN RtpDt_UInt16 uiSeqNumber) in setSequenceNumber()168 RtpDt_UInt16 RtpSession::getSequenceNumber() in getSequenceNumber()173 RtpDt_Void RtpSession::setRtpPort(IN RtpDt_UInt16 usPort) in setRtpPort()178 RtpDt_UInt16 RtpSession::getRtpPort() in getRtpPort()[all …]
22 m_objRtpSessionList(std::list<RtpSession*>()), in RtpStack()48 RtpSession* RtpStack::createRtpSession() in createRtpSession()52 RtpSession* pobjRtpSession = new RtpSession(this); in createRtpSession()69 eRtp_Bool RtpStack::isValidRtpSession(IN RtpSession* pobjSession) in isValidRtpSession()83 eRTP_STATUS_CODE RtpStack::deleteRtpSession(IN RtpSession* pobjRtpSession) in deleteRtpSession()
36 class RtpSession; variable43 std::list<RtpSession*> m_objRtpSessionList;71 RtpSession* createRtpSession();78 eRtp_Bool isValidRtpSession(IN RtpSession* pobjSession);86 eRTP_STATUS_CODE deleteRtpSession(IN RtpSession* pobjSession);
49 class RtpSession360 ~RtpSession();368 RtpSession(IN RtpStack* pobjStack);373 RtpSession();523 eRtp_Bool compareRtpSessions(IN RtpSession* pobjSession);
25 RtpSession pobjRtpSession1;26 RtpSession pobjRtpSession2;54 RtpSession pobjRtpSession3; in TEST_F()61 RtpSession pobjRtpSession3; in TEST_F()70 RtpSession pobjRtpSession3; in TEST_F()
55 RtpSession* pobjRtpSession = rtpStack.createRtpSession(); in TEST_F()70 RtpSession* pobjRtpSession1 = rtpStack.createRtpSession(); in TEST_F()74 RtpSession* pobjRtpSession2 = rtpStack2.createRtpSession(); in TEST_F()
29 class RtpSession; variable101 IN RtpBuffer* pobjRtcpPkt, IN RtpSession* pobjRtpSession) = 0;
55 eRtp_Bool rtcpPacketSendInd(IN RtpBuffer* pobjRtcpBuf, IN RtpSession* pobjRtpSession);