Searched refs:MAX_MISORDER (Results 1 – 2 of 2) sorted by relevance
242 const int MAX_MISORDER = 100; in rtp_valid_packet_in_sequence() local267 } else if (udelta <= RTP_SEQ_MOD - MAX_MISORDER) { in rtp_valid_packet_in_sequence()
4416 than MAX_MISORDER behind. If the new sequence number is ahead of4463 const int MAX_MISORDER = 100;4502 } else if (udelta <= RTP_SEQ_MOD - MAX_MISORDER) {