Searched refs:RTP_FIXED_HDR_LEN (Results 1 – 6 of 6) sorted by relevance
187 RtpDt_UInt32 uiBufLen = RTP_FIXED_HDR_LEN; in formHeader()210 if (uiRtpBufferLength < RTP_FIXED_HDR_LEN) in decodeHeader()213 RTP_FIXED_HDR_LEN, uiRtpBufferLength); in decodeHeader()257 RtpDt_UInt32 uiExpectedLength = RTP_FIXED_HDR_LEN + (m_ucCsrcCount * RTP_WORD_SIZE); in decodeHeader()
1732 uiRtpLength += RTP_FIXED_HDR_LEN; in createRtpPacket()
215 uint8_t puiRtpBuffer[RTP_FIXED_HDR_LEN] = {0}; in TEST()216 RtpBuffer rtpPacket(RTP_FIXED_HDR_LEN, puiRtpBuffer); in TEST()221 EXPECT_EQ(memcmp(rtpPacket.getBuffer(), pExpectedBuffer, RTP_FIXED_HDR_LEN), 0); in TEST()
248 const RtpDt_UInt32 uiRtpLength = RTP_FIXED_HDR_LEN + sizeof(pRtpPayLoad); in TEST()321 RTP_FIXED_HDR_LEN + sizeof(pRtpExtension) + sizeof(pRtpPayLoad); in TEST()
169 #define RTP_FIXED_HDR_LEN 12 macro
51 pstRtpIndMsg->wMsgHdrLen = RTP_FIXED_HDR_LEN; in populateReceiveRtpIndInfo()