Searched refs:ucPadLen (Results 1 – 1 of 1) sorted by relevance
188 RtpDt_UChar ucPadLen = RTP_ZERO; in decodePacket() local192 ucPadLen = *(reinterpret_cast<RtpDt_UChar*>(pcRtpBuf + uiPadLenPos)); in decodePacket()193 if (ucPadLen == RTP_ZERO) in decodePacket()197 if (uiRtpUtlBufLen > ucPadLen) in decodePacket()198 uiRtpUtlBufLen -= ucPadLen; in decodePacket()