Searched refs:RTCPNACK_SEQ_ROUND_COMPARE (Results 1 – 1 of 1) sorted by relevance
28 #define RTCPNACK_SEQ_ROUND_COMPARE(a, b) (((a) > (b)) && ((a) > 0xfff0) && ((b) < 0x000f)) macro741 uint16_t nLossGap = RTCPNACK_SEQ_ROUND_COMPARE(nLastRecvPkt, seqNum) in CheckPacketLoss()