Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpPacket.cpp225 RtpDt_UInt32 uiPktType = m_objHeader.getPacketType(); in decodeRtcpPacket() local
227 RTP_TRACE_MESSAGE("[DecodeRtcpPacket] packet type: %d report count: %d", uiPktType, in decodeRtcpPacket()
232 switch (uiPktType) in decodeRtcpPacket()
346 eDecodeRes = m_pobjRtcpXrPkt->decodeRtcpXrPacket(pucBuffer, usPktLen, uiPktType); in decodeRtcpPacket()
353 uiPktType, RTP_ZERO); in decodeRtcpPacket()