Searched refs:rtpVersion (Results 1 – 2 of 2) sorted by relevance
749 uint8 rtpVersion = (((*rtpHeader) & RTP_HEADER_V_BIT_MASK) >> RTP_HEADER_V_BIT_OFFSET); in ParsePacketHeaderAndUpdateJBStats() local750 if (rtpVersion != SUPPORTED_RTP_HEADER_VERSION) in ParsePacketHeaderAndUpdateJBStats()
4607 uint8 rtpVersion = (((*rtpHeader) & 0xC0) >> 6); in LogRTPHeaderFields() local4608 if (rtpVersion != 2) in LogRTPHeaderFields()