Home
last modified time | relevance | path

Searched refs:eRTP_TRUE (Results 1 – 19 of 19) 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()
132 return eRTP_TRUE; in populateRcvdReportFromStk()
203 return eRTP_TRUE; in populateRcvdFbInfoFromStk()
280 return eRTP_TRUE; in IMS_RtpSvc_Initialize()
291 return eRTP_TRUE; in IMS_RtpSvc_Deinitialize()
337 return eRTP_TRUE; in IMS_RtpSvc_CreateSession()
376 return eRTP_TRUE; in IMS_RtpSvc_SetPayload()
387 return eRTP_TRUE; in IMS_RtpSvc_SetRTCPInterval()
405 return eRTP_TRUE; in IMS_RtpSvc_DeleteSession()
444 if (pstRtpParam->bMbit == eRTP_TRUE) in IMS_RtpSvc_SendRtpPacket()
[all …]
DRtpImpl.cpp78 return eRTP_TRUE; in rtcpPacketSendInd()
92 return eRTP_TRUE; in rtcpAppPayloadReqInd()
107 return eRTP_TRUE; in getRtpHdrExtInfo()
114 return eRTP_TRUE; in deleteRcvrInfo()
120 return eRTP_TRUE; in rtcpTimerHdlErrorInd()
138 return eRTP_TRUE; in RtpStopTimer()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpSession.cpp248 if (bResult != eRTP_TRUE) in Rtp_RtcpTimerCb()
263 if ((m_bSelfCollisionByeSent == eRTP_TRUE) || (m_bSndRtcpByePkt == eRTP_TRUE)) in estimateRtcpPktSize()
280 if (m_pobjRtcpCfgInfo->isRtcpAppPktSendEnable() == eRTP_TRUE) in estimateRtcpPktSize()
361 eStatus = populateReportPacket(pobjRrPkt, eRTP_TRUE, RTP_MAX_RECEP_REP_CNT); in formRrList()
385 eStatus = populateReportPacket(pobjRrPkt, eRTP_TRUE, uiSndrCount); in formRrList()
420 if (isSR == eRTP_TRUE) in calculateTotalRtcpSize()
456 m_bRtcpSendPkt = eRTP_TRUE; in rtpSetTimestamp()
485 if ((m_bRtpSendPkt == eRTP_TRUE) || (m_bSelfCollisionByeSent == eRTP_TRUE) || in rtpMakeCompoundRtcpPacket()
486 (m_bSndRtcpByePkt == eRTP_TRUE)) in rtpMakeCompoundRtcpPacket()
490 uiTotalRtcpSize = calculateTotalRtcpSize(uiSndrCount, uiEstRtcpSize, eRTP_TRUE); in rtpMakeCompoundRtcpPacket()
[all …]
DRtcpPacket.cpp246 bSrPkt = eRTP_TRUE; in decodeRtcpPacket()
262 bRrPkt = eRTP_TRUE; in decodeRtcpPacket()
279 bOtherPkt = eRTP_TRUE; in decodeRtcpPacket()
296 bOtherPkt = eRTP_TRUE; in decodeRtcpPacket()
313 bOtherPkt = eRTP_TRUE; in decodeRtcpPacket()
330 bFbPkt = eRTP_TRUE; in decodeRtcpPacket()
347 bOtherPkt = eRTP_TRUE; in decodeRtcpPacket()
418 eEncodeRes = pobjRrPkt->formRrPacket(pobjRtcpPktBuf, eRTP_TRUE); in formRtcpPacket()
DRtpTimerInfo.cpp38 m_bInitial(eRTP_TRUE) in RtpTimerInfo()
71 m_bInitial = eRTP_TRUE; in cleanUp()
130 return eRTP_TRUE; in updateByePktInfo()
DRtcpHeader.cpp41 return eRTP_TRUE; in setVersion()
68 return eRTP_TRUE; in setReceptionReportCount()
136 m_ucIsPadding = ((uiTemp4Data >> RTP_FIVE) & 0x00000001) ? eRTP_TRUE : eRTP_FALSE; in decodeRtcpHeader()
DRtcpChunk.cpp79 bCName = eRTP_TRUE; in decodeRtcpChunk()
140 bCName = eRTP_TRUE; in formRtcpChunk()
DRtpPacket.cpp77 if (bPackRes != eRTP_TRUE) in formPacket()
127 return eRTP_TRUE; in formPacket()
DRtpHeader.cpp201 return eRTP_TRUE; in formHeader()
276 return eRTP_TRUE; in decodeHeader()
DRtpSessionManager.cpp60 return eRTP_TRUE; in isValidRtpSession()
DRtpReceiverInfo.cpp33 m_bIsFirstRtp(eRTP_TRUE) in RtpReceiverInfo()
110 if (m_bIsFirstRtp == eRTP_TRUE) in calcJitter()
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpHeaderTest.cpp54 rtcpHeader.setPadding(eRTP_TRUE); in TEST_F()
55 EXPECT_EQ(rtcpHeader.getPadding(), eRTP_TRUE); in TEST_F()
63 EXPECT_EQ(rtcpHeader.getPadding(), eRTP_TRUE); in TEST_F()
80 EXPECT_EQ(res, eRTP_TRUE); in TEST_F()
135 EXPECT_EQ(rtcpHeader.getPadding(), eRTP_TRUE); in TEST_F()
DRtpSessionManagerTest.cpp47 EXPECT_EQ(bResult, eRTP_TRUE); in TEST_F()
49 EXPECT_EQ(bResult, eRTP_TRUE); in TEST_F()
DRtpPacketTest.cpp259 EXPECT_EQ(eResult, eRTP_TRUE); in TEST()
332 EXPECT_EQ(eResult, eRTP_TRUE); in TEST()
DRtpHeaderTest.cpp218 EXPECT_EQ(eResult, eRTP_TRUE); in TEST()
DRtcpPacketTest.cpp506 EXPECT_EQ(pRtcpHeader->getPadding(), eRTP_TRUE); in TEST_F()
/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()
319 stRtpPacketParam.bUseLastTimestamp = eRTP_TRUE; in SendRtpPacket()
539 if (bRet != eRTP_TRUE) in SendRtcpFeedback()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/utils/
DRtpPfDatatypes.h104 eRTP_TRUE = 1 enumerator
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpHeader.h97 RtpDt_Void setPadding(eRtp_Bool padding = eRTP_TRUE);