Searched refs:ucPayloadType (Results 1 – 3 of 3) sorted by relevance
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/ |
D | RtpHeader.cpp | 104 RtpDt_Void RtpHeader::setPayloadType(IN RtpDt_UChar ucPayloadType) in setPayloadType() argument 106 m_ucPayloadType = ucPayloadType; in setPayloadType()
|
D | RtpSession.cpp | 1641 IN_OUT RtpHeader* pobjRtpHdr, IN eRtp_Bool eSetMarker, IN RtpDt_UChar ucPayloadType) in populateRtpHeader() argument 1653 pobjRtpHdr->setPayloadType((RtpDt_UChar)ucPayloadType); in populateRtpHeader() 1673 IN RtpDt_UChar ucPayloadType, IN eRtp_Bool bUseLastTimestamp, in createRtpPacket() argument 1680 populateRtpHeader(pobjRtpHdr, eSetMarker, ucPayloadType); in createRtpPacket()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/ |
D | RtpSession.h | 246 IN RtpHeader* pobjRtpHdr, IN eRtp_Bool eSetMarker, IN RtpDt_UChar ucPayloadType); 454 IN RtpDt_UChar ucPayloadType, IN eRtp_Bool bUseLastTimestamp,
|