Home
last modified time | relevance | path

Searched refs:eRtp_Bool (Results 1 – 25 of 37) sorted by relevance

12

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/interface/rtp/
DRtpService.h54 GLOBAL eRtp_Bool IMS_RtpSvc_Initialize();
60 GLOBAL eRtp_Bool IMS_RtpSvc_Deinitialize();
76 GLOBAL eRtp_Bool IMS_RtpSvc_CreateSession(IN RtpDt_Char* szLocalIP, IN RtpDt_UInt32 port,
93 GLOBAL eRtp_Bool IMS_RtpSvc_SetPayload(IN RTPSESSIONID hRtpSession,
94 IN tRtpSvc_SetPayloadParam* pstPayloadInfo, IN eRtp_Bool bEnableXHdr,
104 GLOBAL eRtp_Bool IMS_RtpSvc_SetRTCPInterval(IN RTPSESSIONID hRtpSession, IN RtpDt_UInt32 nInterval);
111 GLOBAL eRtp_Bool IMS_RtpSvc_DeleteSession(IN RTPSESSIONID hRtpSession);
130 GLOBAL eRtp_Bool IMS_RtpSvc_SendRtpPacket(IN RtpServiceListener* pobjRtpServiceListener,
153 GLOBAL eRtp_Bool IMS_RtpSvc_ProcRtpPacket(IN RtpServiceListener* pobjRtpServiceListener,
163 GLOBAL eRtp_Bool IMS_RtpSvc_SessionEnableRTP(IN RTPSESSIONID rtpSessionId, IN eRtp_Bool bResetSsrc);
[all …]
DRtpImpl.h45 eRtp_Bool rtpSsrcCollisionInd(IN RtpDt_Int32 uiOldSsrc, IN RtpDt_Int32 uiNewSsrc);
51 eRtp_Bool rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc);
53 eRtp_Bool rtpMemberLeaveInd(IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc);
55 eRtp_Bool rtcpPacketSendInd(IN RtpBuffer* pobjRtcpBuf, IN RtpSession* pobjRtpSession);
57 eRtp_Bool rtcpAppPayloadReqInd(
60 eRtp_Bool getRtpHdrExtInfo(OUT RtpBuffer* pobjExtHdrInfo);
62 eRtp_Bool deleteRcvrInfo(
65 eRtp_Bool rtcpTimerHdlErrorInd(IN eRTP_STATUS_CODE eStatus);
67 RtpDt_Void* RtpStartTimer(IN RtpDt_UInt32 uiDuration, IN eRtp_Bool bRepeat,
70 eRtp_Bool RtpStopTimer(IN RtpDt_Void* pTimerId, OUT RtpDt_Void** ppUserData);
DIRtpAppInterface.h54 virtual eRtp_Bool rtpSsrcCollisionInd(IN RtpDt_Int32 uiOldSsrc, IN RtpDt_Int32 uiNewSsrc) = 0;
78 virtual eRtp_Bool rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc) = 0;
90 virtual eRtp_Bool rtpMemberLeaveInd(
100 virtual eRtp_Bool rtcpPacketSendInd(
114 virtual eRtp_Bool rtcpAppPayloadReqInd(
122 virtual eRtp_Bool getRtpHdrExtInfo(OUT RtpBuffer* pobjExtHdrInfo) = 0;
134 virtual eRtp_Bool deleteRcvrInfo(IN RtpDt_UInt32 uiRemoteSsrc, IN RtpBuffer* pobjDestAddr,
143 virtual eRtp_Bool rtcpTimerHdlErrorInd(IN eRTP_STATUS_CODE eStatus) = 0;
161 virtual RtpDt_Void* RtpStartTimer(IN RtpDt_UInt32 uiDuration, IN eRtp_Bool bRepeat,
169 virtual eRtp_Bool RtpStopTimer(IN RtpDt_Void* pTimerId, OUT RtpDt_Void** pUserData) = 0;
DRtpServiceTypes.h69 eRtp_Bool bMbit;
71 eRtp_Bool bUseLastTimestamp;
75 eRtp_Bool bXbit;
93 eRtp_Bool bMbit;
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtpSession.h72 eRtp_Bool m_bEnableRTP;
75 eRtp_Bool m_bEnableRTCP;
78 eRtp_Bool m_bEnableRTCPBye;
134 eRtp_Bool m_bSelfCollisionByeSent;
153 eRtp_Bool m_bRtpSendPkt;
156 eRtp_Bool m_bRtcpTxFlag;
159 eRtp_Bool m_bRtcpRxFlag;
171 eRtp_Bool m_bRtcpSendPkt;
174 eRtp_Bool m_bSndRtcpByePkt;
183 eRtp_Bool m_bisXr;
[all …]
DRtcpHeader.h46 eRtp_Bool m_ucIsPadding;
82 eRtp_Bool setVersion(IN RtpDt_UChar ucVersion);
97 RtpDt_Void setPadding(eRtp_Bool padding = eRTP_TRUE);
104 eRtp_Bool getPadding();
112 eRtp_Bool setReceptionReportCount(IN RtpDt_UChar ucReceptionReport);
171 eRtp_Bool decodeRtcpHeader(IN RtpDt_UChar* pRtcpBuffer, RtpDt_Int32 length);
180 eRtp_Bool formRtcpHeader(OUT RtpBuffer* pobjRtcpPktBuf);
189 eRtp_Bool formPartialRtcpHeader(OUT RtpBuffer* pobjRtcpPktBuf);
DRtpReceiverInfo.h44 eRtp_Bool m_bSender;
63 eRtp_Bool m_bIsCsrcFlag;
83 eRtp_Bool m_bIsFirstRtp;
105 eRtp_Bool getCsrcFlag();
107 RtpDt_Void setCsrcFlag(IN eRtp_Bool bIsCsrcFlag);
113 eRtp_Bool isSender();
115 RtpDt_Void setSenderFlag(IN eRtp_Bool bSender);
DRtpTimerInfo.h69 eRtp_Bool m_bInitial;
117 eRtp_Bool isInitial();
119 RtpDt_Void setInitial(IN eRtp_Bool bSetInitial);
125 eRtp_Bool updateByePktInfo(IN RtpDt_UInt32 uiMemSize);
DRtcpConfigInfo.h47 eRtp_Bool m_bEnaRtcpAppPktSend;
86 eRtp_Bool addRtcpSdesItem(IN tRTCP_SDES_ITEM* pstSdesItem, IN RtpDt_UInt32 uiIndex);
101 eRtp_Bool isRtcpAppPktSendEnable();
DRtpPacket.h83 eRtp_Bool formPacket(OUT RtpBuffer* pobjRtpPktBuf);
92 eRtp_Bool decodePacket(IN RtpBuffer* pobjRtpPktBuf);
DRtcpReportBlock.h152 eRtp_Bool decodeReportBlock(IN RtpDt_UChar* pcRepBlkBuf);
157 eRtp_Bool formReportBlock(OUT RtpBuffer* pobjRtcpPktBuf);
DRtpHeader.h206 eRtp_Bool formHeader(IN RtpBuffer* pobjRtpPktBuf);
214 eRtp_Bool decodeHeader(IN RtpBuffer* pobjRtpPktBuf, OUT RtpDt_UInt32& uiBufPos);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpImpl.cpp30 eRtp_Bool RtpImpl::rtpSsrcCollisionInd(IN RtpDt_Int32 uiOldSsrc, IN RtpDt_Int32 uiNewSsrc) in rtpSsrcCollisionInd()
46 eRtp_Bool RtpImpl::rtpNewMemberJoinInd(IN RtpDt_Int32 uiSsrc) in rtpNewMemberJoinInd()
52 eRtp_Bool RtpImpl::rtpMemberLeaveInd(IN eRTP_LEAVE_REASON eLeaveReason, IN RtpDt_Int32 uiSsrc) in rtpMemberLeaveInd()
58 eRtp_Bool RtpImpl::rtcpPacketSendInd(IN RtpBuffer* pobjRtcpBuf, IN RtpSession* pobjRtpSession) in rtcpPacketSendInd()
81 eRtp_Bool RtpImpl::rtcpAppPayloadReqInd( in rtcpAppPayloadReqInd()
95 eRtp_Bool RtpImpl::getRtpHdrExtInfo(OUT RtpBuffer* pobjExtHdrInfo) in getRtpHdrExtInfo()
110 eRtp_Bool RtpImpl::deleteRcvrInfo( in deleteRcvrInfo()
117 eRtp_Bool RtpImpl::rtcpTimerHdlErrorInd(IN eRTP_STATUS_CODE eStatus) in rtcpTimerHdlErrorInd()
123 RtpDt_Void* RtpImpl::RtpStartTimer(IN RtpDt_UInt32 uiDuration, IN eRtp_Bool bRepeat, in RtpStartTimer()
133 eRtp_Bool RtpImpl::RtpStopTimer(IN RtpDt_Void* pTimerId, OUT RtpDt_Void** ppUserData) in RtpStopTimer()
DRtpService.cpp89 eRtp_Bool populateRcvdReportFromStk( in populateRcvdReportFromStk()
135 eRtp_Bool populateRcvdRrInfoFromStk( in populateRcvdRrInfoFromStk()
154 eRtp_Bool populateRcvdSrInfoFromStk( in populateRcvdSrInfoFromStk()
190 eRtp_Bool populateRcvdFbInfoFromStk( in populateRcvdFbInfoFromStk()
252 RtpDt_UInt16 GetRtpHeaderExtensionSize(eRtp_Bool bEnableCVO) in GetRtpHeaderExtensionSize()
260 GLOBAL eRtp_Bool IMS_RtpSvc_Initialize() in IMS_RtpSvc_Initialize()
283 GLOBAL eRtp_Bool IMS_RtpSvc_Deinitialize() in IMS_RtpSvc_Deinitialize()
294 GLOBAL eRtp_Bool IMS_RtpSvc_CreateSession(IN RtpDt_Char* szLocalIP, IN RtpDt_UInt32 port, in IMS_RtpSvc_CreateSession()
340 GLOBAL eRtp_Bool IMS_RtpSvc_SetPayload(IN RTPSESSIONID hRtpSession, in IMS_RtpSvc_SetPayload()
341 IN tRtpSvc_SetPayloadParam* pstPayloadInfo, IN eRtp_Bool bEnableXHdr, in IMS_RtpSvc_SetPayload()
[all …]
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpHeader.cpp32 eRtp_Bool RtcpHeader::setVersion(IN RtpDt_UChar ucVersion) in setVersion()
49 RtpDt_Void RtcpHeader::setPadding(eRtp_Bool padding) in setPadding()
54 eRtp_Bool RtcpHeader::getPadding() in getPadding()
59 eRtp_Bool RtcpHeader::setReceptionReportCount(IN RtpDt_UChar ucReceptionReportCount) in setReceptionReportCount()
115 eRtp_Bool RtcpHeader::decodeRtcpHeader(IN RtpDt_UChar* pRtcpBuffer, RtpDt_Int32 length) in decodeRtcpHeader()
151 eRtp_Bool RtcpHeader::formRtcpHeader(OUT RtpBuffer* pobjRtcpPktBuf) in formRtcpHeader()
169 eRtp_Bool RtcpHeader::formPartialRtcpHeader(OUT RtpBuffer* pobjRtcpPktBuf) in formPartialRtcpHeader()
DRtpSession.cpp196 eRtp_Bool RtpSession::compareRtpSessions(IN RtpSession* pobjSession) in compareRtpSessions()
247 eRtp_Bool bResult = pobjActSesDb->isValidRtpSession(pvData); in Rtp_RtcpTimerCb()
416 IN RtpDt_UInt32 uiSndrCount, IN RtpDt_UInt32 uiEstRtcpSize, IN eRtp_Bool isSR) in calculateTotalRtcpSize()
619 eRtp_Bool bStatus = eRTP_FALSE; in rtpSendRtcpPacket()
650 eRtp_Bool bSessAlive = eRTP_FALSE; in rtcpTimerExpiry()
703 eRtp_Bool bTSres = eRTP_FALSE; in rtcpTimerExpiry()
771 eRtp_Bool bTSres = eRTP_FALSE; in rtcpTimerExpiry()
854 OUT RtcpRrPacket* pobjRrPkt, IN eRtp_Bool bRrPkt, IN RtpDt_UInt32 uiRecepCount) in populateReportPacket()
882 eRtp_Bool bFirstPos = eRTP_TRUE; in populateReportPacket()
990 eRtp_Bool bStatus = eRTP_FALSE; in populateAppPacket()
[all …]
DRtpTimerInfo.cpp111 eRtp_Bool RtpTimerInfo::updateByePktInfo(IN RtpDt_UInt32 uiMemSize) in updateByePktInfo()
322 eRtp_Bool RtpTimerInfo::isInitial() in isInitial()
335 RtpDt_Void RtpTimerInfo::setInitial(IN eRtp_Bool bSetInitial) in setInitial()
DRtpPacket.cpp70 eRtp_Bool RtpPacket::formPacket(IN RtpBuffer* pobjRtpPktBuf) in formPacket()
76 eRtp_Bool bPackRes = m_objRtpHeader.formHeader(pobjRtpPktBuf); in formPacket()
130 eRtp_Bool RtpPacket::decodePacket(IN RtpBuffer* pobjRtpPktBuf) in decodePacket()
DRtpReceiverInfo.cpp54 eRtp_Bool RtpReceiverInfo::getCsrcFlag() in getCsrcFlag()
59 RtpDt_Void RtpReceiverInfo::setCsrcFlag(IN eRtp_Bool bIsCsrcFlag) in setCsrcFlag()
239 eRtp_Bool RtpReceiverInfo::isSender() in isSender()
244 RtpDt_Void RtpReceiverInfo::setSenderFlag(IN eRtp_Bool bSender) in setSenderFlag()
DRtpStack.cpp69 eRtp_Bool RtpStack::isValidRtpSession(IN RtpSession* pobjSession) in isValidRtpSession()
91 eRtp_Bool bisRtpSes = eRTP_SUCCESS; in deleteRtpSession()
DRtcpPacket.cpp174 eRtp_Bool bSrPkt = eRTP_FALSE; in decodeRtcpPacket()
175 eRtp_Bool bRrPkt = eRTP_FALSE; in decodeRtcpPacket()
176 eRtp_Bool bFbPkt = eRTP_FALSE; in decodeRtcpPacket()
177 eRtp_Bool bOtherPkt = eRTP_FALSE; in decodeRtcpPacket()
DRtcpConfigInfo.cpp87 eRtp_Bool RtcpConfigInfo::addRtcpSdesItem(IN tRTCP_SDES_ITEM* pstSdesItem, IN RtpDt_UInt32 uiIndex) in addRtcpSdesItem()
125 eRtp_Bool RtcpConfigInfo::isRtcpAppPktSendEnable() in isRtcpAppPktSendEnable()
DRtcpChunk.cpp60 eRtp_Bool bCName = eRTP_FALSE; in decodeRtcpChunk()
129 eRtp_Bool bCName = eRTP_FALSE; in formRtcpChunk()
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpPacketTest.cpp85 eRtp_Bool eResult = rtpPacket.decodePacket(&rtpBuffer); in TEST()
137 eRtp_Bool eResult = rtpPacket.decodePacket(&rtpBuffer); in TEST()
171 eRtp_Bool eResult = rtpPacket.decodePacket(&rtpBuffer); in TEST()
207 eRtp_Bool eResult = rtpPacket.decodePacket(&rtpBuffer); in TEST()
258 eRtp_Bool eResult = rtpPacket.formPacket(&rtpPacketbuf); in TEST()
331 eRtp_Bool eResult = rtpPacket.formPacket(&rtpPacketbuf); in TEST()
DRtpHeaderTest.cpp90 eRtp_Bool eResult = rtpHeader.decodeHeader(&rtpBuffer, uiRtpBufPos); in TEST()
138 eRtp_Bool eResult = rtpHeader.decodeHeader(&rtpBuffer, uiRtpBufPos); in TEST()
179 eRtp_Bool eResult = rtpHeader.decodeHeader(&rtpBuffer, uiRtpBufPos); in TEST()
217 eRtp_Bool eResult = rtpHeader.formHeader(&rtpPacket); in TEST()

12