/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/ |
D | RtpService.cpp | 44 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 …]
|
D | RtpImpl.cpp | 33 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/ |
D | RtpSession.cpp | 37 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 …]
|
D | RtcpPacket.cpp | 174 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()
|
D | RtcpHeader.cpp | 22 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()
|
D | RtcpChunk.cpp | 60 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()
|
D | RtcpConfigInfo.cpp | 24 m_bEnaRtcpAppPktSend(eRTP_FALSE) in RtcpConfigInfo() 100 return eRTP_FALSE; in addRtcpSdesItem() 112 return eRTP_FALSE; in addRtcpSdesItem()
|
D | RtpSessionManager.cpp | 55 return eRTP_FALSE; in isValidRtpSession() 64 return eRTP_FALSE; in isValidRtpSession()
|
D | RtpReceiverInfo.cpp | 24 m_bSender(eRTP_FALSE), in RtpReceiverInfo() 29 m_bIsCsrcFlag(eRTP_FALSE), in RtpReceiverInfo() 113 m_bIsFirstRtp = eRTP_FALSE; in calcJitter()
|
D | RtpHeader.cpp | 214 return eRTP_FALSE; in decodeHeader() 263 return eRTP_FALSE; in decodeHeader()
|
D | RtpTimerInfo.cpp | 133 return eRTP_FALSE; in updateByePktInfo()
|
D | RtcpSrPacket.cpp | 344 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/ |
D | RtpSessionManagerTest.cpp | 27 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()
|
D | RtcpHeaderTest.cpp | 51 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()
|
D | RtcpPacketTest.cpp | 94 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 …]
|
D | RtcpXrPacketTest.cpp | 62 header.setPadding(eRTP_FALSE); in TEST()
|
D | RtcpFbPacketTest.cpp | 77 header.setPadding(eRTP_FALSE); in TEST()
|
D | RtcpRrPacketTest.cpp | 109 eRTP_STATUS_CODE res = objRtcpRrPacket.formRrPacket(&objRtcpPktBuf, eRTP_FALSE); in TEST_F()
|
D | RtpHeaderTest.cpp | 181 EXPECT_EQ(eResult, eRTP_FALSE); in TEST()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/ |
D | IRtpSession.cpp | 224 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/ |
D | RtpPfDatatypes.h | 103 eRTP_FALSE = 0, enumerator
|