Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpPacket.cpp221 RTP_TRACE_MESSAGE("[DecodeRtcpPacket] packet length: %d, compound packet length: %d", in decodeRtcpPacket()
227 RTP_TRACE_MESSAGE("[DecodeRtcpPacket] packet type: %d report count: %d", uiPktType, in decodeRtcpPacket()
236 RTP_TRACE_MESSAGE("[DecodeRtcpPacket] Decoding RTCP_SR", 0, 0); in decodeRtcpPacket()
251 RTP_TRACE_MESSAGE("[DecodeRtcpPacket] Decoding RTCP_RR", 0, 0); in decodeRtcpPacket()
267 RTP_TRACE_MESSAGE("[DecodeRtcpPacket] Decoding RTCP_SDES", 0, 0); in decodeRtcpPacket()
284 RTP_TRACE_MESSAGE("[DecodeRtcpPacket] Decoding RTCP_BYE", 0, 0); in decodeRtcpPacket()
301 RTP_TRACE_MESSAGE("[DecodeRtcpPacket] Decoding RTCP_APP", 0, 0); in decodeRtcpPacket()
319 RTP_TRACE_MESSAGE("[DecodeRtcpPacket] Decoding RTCP_RTPFB", 0, 0); in decodeRtcpPacket()
335 RTP_TRACE_MESSAGE("[DecodeRtcpPacket] Decoding RTCP_XR", 0, 0); in decodeRtcpPacket()
382 RTP_TRACE_MESSAGE("formRtcpPacket", 0, 0); in formRtcpPacket()
DRtpSession.cpp268 RTP_TRACE_MESSAGE("estimateRtcpPktSize, [Bye packet size : %d]", uiEstRtcpSize, nullptr); in estimateRtcpPktSize()
275 RTP_TRACE_MESSAGE("estimateRtcpPktSize, [uiSdesPktSize : %d]", uiSdesPktSize, nullptr); in estimateRtcpPktSize()
285 RTP_TRACE_MESSAGE("estimateRtcpPktSize, [after app pkt size: %d]", uiEstRtcpSize, nullptr); in estimateRtcpPktSize()
493 RTP_TRACE_MESSAGE( in rtpMakeCompoundRtcpPacket()
677 RTP_TRACE_MESSAGE( in rtcpTimerExpiry()
680 RTP_TRACE_MESSAGE( in rtcpTimerExpiry()
683 RTP_TRACE_MESSAGE("rtcpTimerExpiry before processing[Tn : %u] [Tc : %u]", uiTempTn, uiTempTc); in rtcpTimerExpiry()
702 RTP_TRACE_MESSAGE("rtcpTimerExpiry [Tn : %u] [Tc : %u]", uiTempTn, uiTempTc); in rtcpTimerExpiry()
1447 RTP_TRACE_MESSAGE("processCsrcList - added ssrc[%x] from port[%d] to receiver list", in processCsrcList()
1581 RTP_TRACE_MESSAGE("processRcvdRtpPkt - added ssrc[%x] from port[%d] to receiver list", in processRcvdRtpPkt()
[all …]
DRtcpSdesPacket.cpp134 RTP_TRACE_MESSAGE( in formSdesPacket()
DRtcpRrPacket.cpp118 RTP_TRACE_MESSAGE("formRrPacket", 0, 0); in formRrPacket()
DRtcpChunk.cpp86 RTP_TRACE_MESSAGE("decodeRtcpChunk , [Sdes item type =%d], [Sdes item length = %d]", in decodeRtcpChunk()
DRtcpSrPacket.cpp306 RTP_TRACE_MESSAGE("formSrPacket", 0, 0); in formSrPacket()
DRtpHeader.cpp90 RTP_TRACE_MESSAGE("CsrcList[%d] = %d", m_uiCsrcList.size(), uiCsrc); in addElementToCsrcList()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpService.cpp109 RTP_TRACE_MESSAGE("Received RR info : [SSRC = %u] [FRAC LOST = %u]", pstRcvdReport->ssrc, in populateRcvdReportFromStk()
112 RTP_TRACE_MESSAGE("Received RR info : [CUM PKTS LOST = %u] [EXT HIGE SEQ NUM = %u]", in populateRcvdReportFromStk()
115 RTP_TRACE_MESSAGE("Received RR info : [JITTER = %u] [LSR = %u]", pstRcvdReport->jitter, in populateRcvdReportFromStk()
118 RTP_TRACE_MESSAGE( in populateRcvdReportFromStk()
174 RTP_TRACE_MESSAGE("Received SR info : [NTP High 32 = %u] [NTP LOW 32 = %u]", in populateRcvdSrInfoFromStk()
177 RTP_TRACE_MESSAGE( in populateRcvdSrInfoFromStk()
180 RTP_TRACE_MESSAGE("Received SR info : [SEND PKT COUNT = %u] [SEND OCTET COUNT = %u]", in populateRcvdSrInfoFromStk()
348 RTP_TRACE_MESSAGE( in IMS_RtpSvc_SetPayload()
435 RTP_TRACE_MESSAGE( in IMS_RtpSvc_SendRtpPacket()
768 RTP_TRACE_MESSAGE("IMS_RtpSvc_SendRtcpXrPacket", 0, 0); in IMS_RtpSvc_SendRtcpXrPacket()
[all …]
DRtpImpl.cpp60 RTP_TRACE_MESSAGE("rtcpPacketSendInd", 0, 0); in rtcpPacketSendInd()
129 RTP_TRACE_MESSAGE("RtpStartTimer pvTimerId[%x], Duration= [%d]", pvTimerId, uiDuration); in RtpStartTimer()
135 RTP_TRACE_MESSAGE("RtpStopTimer pvTimerId[%x]", pTimerId, 0); in RtpStopTimer()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/utils/
DRtpTrace.h28 #define RTP_TRACE_MESSAGE(a, b, c) IMLOGD_PACKET2(IM_PACKET_LOG_RTPSTACK, a, b, c) macro