Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpdec.c241 const int MAX_DROPOUT = 3000; in rtp_valid_packet_in_sequence() local
260 } else if (udelta < MAX_DROPOUT) { in rtp_valid_packet_in_sequence()
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt4415 valid if it is no more than MAX_DROPOUT ahead of s->max_seq nor more
4441 dropout of 1 minute. The dropout parameter MAX_DROPOUT should be a
4462 const int MAX_DROPOUT = 3000;
4493 } else if (udelta < MAX_DROPOUT) {