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/ |
D | RtpBuffer.cpp | 55 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/ |
D | RtpSession.h | 275 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/ |
D | RtpService.h | 205 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/ |
D | RtpBuffer.h | 58 RtpDt_Void setLength(IN RtpDt_UInt32 uiLen);
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/ |
D | RtpService.cpp | 640 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/ |
D | RtpSession.cpp | 1008 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()
|