Home
last modified time | relevance | path

Searched refs:MAX_MISORDER (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec.c242 const int MAX_MISORDER = 100; in rtp_valid_packet_in_sequence() local
267 } else if (udelta <= RTP_SEQ_MOD - MAX_MISORDER) { in rtp_valid_packet_in_sequence()
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt4416 than MAX_MISORDER behind. If the new sequence number is ahead of
4463 const int MAX_MISORDER = 100;
4502 } else if (udelta <= RTP_SEQ_MOD - MAX_MISORDER) {