Home
last modified time | relevance | path

Searched refs:eRTP_FALSE (Results 1 – 21 of 21) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpService.cpp44 pstRtpIndMsg->bMbit = pobjRtpHeader->getMarker() > 0 ? eRTP_TRUE : eRTP_FALSE; in populateReceiveRtpIndInfo()
98 return eRTP_FALSE; in populateRcvdReportFromStk()
140 return eRTP_FALSE; in populateRcvdRrInfoFromStk()
146 return eRTP_FALSE; in populateRcvdRrInfoFromStk()
159 return eRTP_FALSE; in populateRcvdSrInfoFromStk()
165 return eRTP_FALSE; in populateRcvdSrInfoFromStk()
206 return eRTP_FALSE; in populateRcvdFbInfoFromStk()
267 return eRTP_FALSE; in IMS_RtpSvc_Initialize()
273 return eRTP_FALSE; in IMS_RtpSvc_Initialize()
299 return eRTP_FALSE; in IMS_RtpSvc_CreateSession()
[all …]
DRtpImpl.cpp33 return eRTP_FALSE; in rtpSsrcCollisionInd()
49 return eRTP_FALSE; in rtpNewMemberJoinInd()
55 return eRTP_FALSE; in rtpMemberLeaveInd()
66 return eRTP_FALSE; in rtcpPacketSendInd()
75 return eRTP_FALSE; in rtcpPacketSendInd()
86 return eRTP_FALSE; in rtcpAppPayloadReqInd()
99 return eRTP_FALSE; in getRtpHdrExtInfo()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpSession.cpp37 m_bEnableRTP(eRTP_FALSE), in RtpSession()
38 m_bEnableRTCP(eRTP_FALSE), in RtpSession()
39 m_bEnableRTCPBye(eRTP_FALSE), in RtpSession()
53 m_bRtcpSendPkt(eRTP_FALSE), in RtpSession()
54 m_bSndRtcpByePkt(eRTP_FALSE), in RtpSession()
56 m_bisXr(eRTP_FALSE), in RtpSession()
57 m_bFirstRtpRecvd(eRTP_FALSE) in RtpSession()
73 m_bEnableRTP(eRTP_FALSE), in RtpSession()
74 m_bEnableRTCP(eRTP_FALSE), in RtpSession()
75 m_bEnableRTCPBye(eRTP_FALSE), in RtpSession()
[all …]
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()
370 if ((bSrPkt == eRTP_FALSE) && (bRrPkt == eRTP_FALSE) && (bFbPkt == eRTP_FALSE) && in decodeRtcpPacket()
371 (bOtherPkt == eRTP_FALSE)) in decodeRtcpPacket()
DRtcpHeader.cpp22 m_ucIsPadding(eRTP_FALSE), in RtcpHeader()
37 return eRTP_FALSE; in setVersion()
64 return eRTP_FALSE; in setReceptionReportCount()
118 return eRTP_FALSE; in decodeRtcpHeader()
136 m_ucIsPadding = ((uiTemp4Data >> RTP_FIVE) & 0x00000001) ? eRTP_TRUE : eRTP_FALSE; in decodeRtcpHeader()
DRtcpChunk.cpp60 eRtp_Bool bCName = eRTP_FALSE; in decodeRtcpChunk()
109 if (bCName == eRTP_FALSE) in decodeRtcpChunk()
129 eRtp_Bool bCName = eRTP_FALSE; in formRtcpChunk()
171 if (bCName == eRTP_FALSE) in formRtcpChunk()
DRtcpConfigInfo.cpp24 m_bEnaRtcpAppPktSend(eRTP_FALSE) in RtcpConfigInfo()
100 return eRTP_FALSE; in addRtcpSdesItem()
112 return eRTP_FALSE; in addRtcpSdesItem()
DRtpSessionManager.cpp55 return eRTP_FALSE; in isValidRtpSession()
64 return eRTP_FALSE; in isValidRtpSession()
DRtpReceiverInfo.cpp24 m_bSender(eRTP_FALSE), in RtpReceiverInfo()
29 m_bIsCsrcFlag(eRTP_FALSE), in RtpReceiverInfo()
113 m_bIsFirstRtp = eRTP_FALSE; in calcJitter()
DRtpHeader.cpp214 return eRTP_FALSE; in decodeHeader()
263 return eRTP_FALSE; in decodeHeader()
DRtpTimerInfo.cpp133 return eRTP_FALSE; in updateByePktInfo()
DRtcpSrPacket.cpp344 eEncodeRes = m_objRrPkt.formRrPacket(pobjRtcpPktBuf, eRTP_FALSE); in formSrPacket()
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpSessionManagerTest.cpp27 eRtp_Bool bResult = eRTP_FALSE;
56 EXPECT_EQ(bResult, eRTP_FALSE); in TEST_F()
65 EXPECT_EQ(bResult, eRTP_FALSE); in TEST_F()
74 EXPECT_EQ(bResult, eRTP_FALSE); in TEST_F()
DRtcpHeaderTest.cpp51 EXPECT_EQ(rtcpHeader.getPadding(), eRTP_FALSE); in TEST_F()
58 rtcpHeader.setPadding(eRTP_FALSE); in TEST_F()
59 EXPECT_EQ(rtcpHeader.getPadding(), eRTP_FALSE); in TEST_F()
75 EXPECT_EQ(res, eRTP_FALSE); in TEST_F()
125 EXPECT_EQ(rtcpHeader.getPadding(), eRTP_FALSE); in TEST_F()
DRtcpPacketTest.cpp94 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_FALSE); in TEST_F()
133 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_FALSE); in TEST_F()
217 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_FALSE); in TEST_F()
260 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_FALSE); in TEST_F()
374 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_FALSE); in TEST_F()
417 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_FALSE); in TEST_F()
462 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_FALSE); in TEST_F()
561 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_FALSE); in TEST_F()
621 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_FALSE); in TEST_F()
636 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_FALSE); in TEST_F()
[all …]
DRtcpXrPacketTest.cpp62 header.setPadding(eRTP_FALSE); in TEST()
DRtcpFbPacketTest.cpp77 header.setPadding(eRTP_FALSE); in TEST()
DRtcpRrPacketTest.cpp109 eRTP_STATUS_CODE res = objRtcpRrPacket.formRrPacket(&objRtcpPktBuf, eRTP_FALSE); in TEST_F()
DRtpHeaderTest.cpp181 EXPECT_EQ(eResult, eRTP_FALSE); in TEST()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DIRtpSession.cpp224 mMediaType == IMS_MEDIA_VIDEO ? eRTP_TRUE : eRTP_FALSE, mNumPayloadParam); in SetRtpPayloadParam()
240 IMS_RtpSvc_SessionEnableRTP(mRtpSessionId, bResetSsrc ? eRTP_TRUE : eRTP_FALSE); in StartRtp()
304 stRtpPacketParam.bMbit = mark ? eRTP_TRUE : eRTP_FALSE; in SendRtpPacket()
307 stRtpPacketParam.bXbit = extensionInfo != nullptr ? eRTP_TRUE : eRTP_FALSE; in SendRtpPacket()
323 stRtpPacketParam.bUseLastTimestamp = eRTP_FALSE; in SendRtpPacket()
521 eRtp_Bool bRet = eRTP_FALSE; in SendRtcpFeedback()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/utils/
DRtpPfDatatypes.h103 eRTP_FALSE = 0, enumerator