Searched refs:decodeHeader (Results 1 – 4 of 4) sorted by relevance
90 eRtp_Bool eResult = rtpHeader.decodeHeader(&rtpBuffer, uiRtpBufPos); in TEST()138 eRtp_Bool eResult = rtpHeader.decodeHeader(&rtpBuffer, uiRtpBufPos); in TEST()179 eRtp_Bool eResult = rtpHeader.decodeHeader(&rtpBuffer, uiRtpBufPos); in TEST()
214 eRtp_Bool decodeHeader(IN RtpBuffer* pobjRtpPktBuf, OUT RtpDt_UInt32& uiBufPos);
139 m_objRtpHeader.decodeHeader(pobjRtpPktBuf, uiRtpBufPos); in decodePacket()
204 eRtp_Bool RtpHeader::decodeHeader(IN RtpBuffer* pobjRtpPktBuf, OUT RtpDt_UInt32& uiBufPos) in decodeHeader() function in RtpHeader