Home
last modified time | relevance | path

Searched refs:RtcpConfigInfo (Results 1 – 14 of 14) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpConfigInfo.cpp20 RtcpConfigInfo::RtcpConfigInfo() : in RtcpConfigInfo() function in RtcpConfigInfo
34 RtcpConfigInfo::~RtcpConfigInfo() in ~RtcpConfigInfo()
47 RtpDt_Void RtcpConfigInfo::setByeReasonSize(IN RtpDt_UInt32 uiByeReason) in setByeReasonSize()
52 RtpDt_UInt32 RtcpConfigInfo::getByeReasonSize() in getByeReasonSize()
57 RtpDt_Void RtcpConfigInfo::setAppDepDataSize(IN RtpDt_UInt32 uiAppDepSize) in setAppDepDataSize()
62 RtpDt_UInt32 RtcpConfigInfo::getAppDepDataSize() in getAppDepDataSize()
67 RtpDt_UInt32 RtcpConfigInfo::estimateSdesPktSize() in estimateSdesPktSize()
87 eRtp_Bool RtcpConfigInfo::addRtcpSdesItem(IN tRTCP_SDES_ITEM* pstSdesItem, IN RtpDt_UInt32 uiIndex) in addRtcpSdesItem()
120 RtpDt_Void RtcpConfigInfo::enableRtcpAppPktSend() in enableRtcpAppPktSend()
125 eRtp_Bool RtcpConfigInfo::isRtcpAppPktSendEnable() in isRtcpAppPktSendEnable()
[all …]
DRtcpSdesPacket.cpp51 IN RtpDt_UChar* pucSdesBuf, IN RtpDt_UInt16 usSdesLen, IN RtcpConfigInfo* pobjRtcpCfgInfo) in decodeSdesPacket()
DRtcpChunk.cpp56 IN RtpDt_UInt16& usChunkLen, IN RtcpConfigInfo* pobjRtcpCfgInfo) in decodeRtcpChunk()
DRtcpPacket.cpp171 IN RtpDt_UInt16 usExtHdrLen, IN RtcpConfigInfo* pobjRtcpCfgInfo) in decodeRtcpPacket()
DRtpSession.cpp59 m_pobjRtcpCfgInfo = new RtcpConfigInfo(); in RtpSession()
95 m_pobjRtcpCfgInfo = new RtcpConfigInfo(); in RtpSession()
1217 IN IRtpAppInterface* pobjAppInterface, IN RtcpConfigInfo* pobjRtcpConfigInfo) in initSession()
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpChunkTest.cpp62 RtcpConfigInfo* mRtcpConfigInfo = new RtcpConfigInfo(); in TEST_F()
102 RtcpConfigInfo* mRtcpConfigInfo = new RtcpConfigInfo(); in TEST_F()
164 RtcpConfigInfo* mRtcpConfigInfo = new RtcpConfigInfo(); in TEST_F()
228 RtcpConfigInfo* mRtcpConfigInfo = new RtcpConfigInfo(); in TEST_F()
DRtcpSdesPacketTest.cpp63 RtcpConfigInfo* mRtcpConfigInfo = new RtcpConfigInfo(); in TEST_F()
109 RtcpConfigInfo* mRtcpConfigInfo = new RtcpConfigInfo(); in TEST_F()
180 RtcpConfigInfo* mRtcpConfigInfo = new RtcpConfigInfo(); in TEST_F()
DRtcpPacketTest.cpp21 OUT RtcpConfigInfo* pobjRtcpCfgInfo, IN RtpDt_UChar* sdesName, IN RtpDt_UInt32 uiLength);
77 RtcpConfigInfo rtcpConfigInfo; in TEST_F()
201 RtcpConfigInfo rtcpConfigInfo; in TEST_F()
357 RtcpConfigInfo rtcpConfigInfo; in TEST_F()
494 RtcpConfigInfo rtcpConfigInfo; in TEST_F()
549 RtcpConfigInfo rtcpConfigInfo; in TEST_F()
607 RtcpConfigInfo rtcpConfigInfo; in TEST_F()
661 RtcpConfigInfo rtcpConfigInfo; in TEST_F()
699 RtcpConfigInfo rtcpConfigInfo; in TEST_F()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpConfigInfo.h31 class RtcpConfigInfo
50 RtcpConfigInfo();
51 ~RtcpConfigInfo();
DRtcpSdesPacket.h72 IN RtcpConfigInfo* pobjRtcpCfgInfo);
DRtcpChunk.h67 IN RtcpConfigInfo* pobjRtcpCfgInfo);
DRtpSession.h69 RtcpConfigInfo* m_pobjRtcpCfgInfo;
395 IN IRtpAppInterface* pobjAppInterface, IN RtcpConfigInfo* pobjRtcpConfigInfo);
DRtcpPacket.h154 IN RtcpConfigInfo* pobjRtcpCfgInfo);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpService.cpp28 OUT RtcpConfigInfo* pobjRtcpCfgInfo, IN RtpDt_UChar* sdesName, IN RtpDt_UInt32 uiLength) in addSdesItem()
328 RtcpConfigInfo* pobjRtcpConfigInfo = new RtcpConfigInfo(); in IMS_RtpSvc_CreateSession()