Home
last modified time | relevance | path

Searched refs:uiLen (Results 1 – 6 of 6) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/utils/
DRtpBuffer.cpp55 RtpDt_Void RtpBuffer::setLength(IN RtpDt_UInt32 uiLen) in setLength() argument
57 m_uiLength = uiLen; in setLength()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtpSession.h275 IN RtpDt_Char* pcBuff, IN RtpDt_UInt32 uiLen, IN RtpDt_UInt32 uiMediaSSRC,
475 IN RtpDt_UInt32 uiLen, IN RtpDt_UInt32 uiMediaSsrc);
478 IN RtpDt_UInt32 uiLen, IN RtpDt_UInt32 uiMediaSsrc);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/interface/rtp/
DRtpService.h205 IN RtpDt_UInt32 uiFbType, IN RtpDt_Char* pcBuff, IN RtpDt_UInt32 uiLen,
218 IN RtpDt_UInt32 uiFbType, IN RtpDt_Char* pcBuff, IN RtpDt_UInt32 uiLen,
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/utils/
DRtpBuffer.h58 RtpDt_Void setLength(IN RtpDt_UInt32 uiLen);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpService.cpp640 IN RtpDt_UInt32 uiFbType, IN RtpDt_Char* pcBuff, IN RtpDt_UInt32 uiLen, in IMS_RtpSvc_SendRtcpRtpFbPacket() argument
648 pobjRtpSession->sendRtcpRtpFbPacket(uiFbType, pcBuff, uiLen, uiMediaSsrc); in IMS_RtpSvc_SendRtcpRtpFbPacket()
654 IN RtpDt_UInt32 uiFbType, IN RtpDt_Char* pcBuff, IN RtpDt_UInt32 uiLen, in IMS_RtpSvc_SendRtcpPayloadFbPacket() argument
662 pobjRtpSession->sendRtcpPayloadFbPacket(uiFbType, pcBuff, uiLen, uiMediaSsrc); in IMS_RtpSvc_SendRtcpPayloadFbPacket()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpSession.cpp1008 IN RtpDt_UInt32 uiFbType, IN RtpDt_Char* pcBuff, IN RtpDt_UInt32 uiLen, in populateRtcpFbPacket() argument
1015 RtpBuffer* pobjPayload = new RtpBuffer(uiLen, reinterpret_cast<RtpDt_UChar*>(pcBuff)); in populateRtcpFbPacket()
2100 IN RtpDt_UInt32 uiLen, IN RtpDt_UInt32 uiMediaSsrc) in sendRtcpRtpFbPacket() argument
2112 populateRtcpFbPacket(&objRtcpPkt, uiFbType, pcbuff, uiLen, uiMediaSsrc, RTCP_RTPFB); in sendRtcpRtpFbPacket()
2123 IN RtpDt_UInt32 uiLen, IN RtpDt_UInt32 uiMediaSsrc) in sendRtcpPayloadFbPacket() argument
2136 populateRtcpFbPacket(&objRtcpPkt, uiFbType, pcbuff, uiLen, uiMediaSsrc, RTCP_PSFB); in sendRtcpPayloadFbPacket()