Home
last modified time | relevance | path

Searched refs:max_seq (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/
Dregexp-sequences.py58 max_seq = 7
59 bc_cnt, total = parse(argv[1],max_seq)
60 for i in range(max_seq):
/third_party/ffmpeg/libavformat/
Drtpdec.c225 s->max_seq = base_sequence; in rtp_init_statistics()
235 s->max_seq = seq; in rtp_init_sequence()
249 uint16_t udelta = seq - s->max_seq; in rtp_valid_packet_in_sequence()
257 if (seq == s->max_seq + 1) { in rtp_valid_packet_in_sequence()
259 s->max_seq = seq; in rtp_valid_packet_in_sequence()
267 s->max_seq = seq; in rtp_valid_packet_in_sequence()
271 if (seq < s->max_seq) { in rtp_valid_packet_in_sequence()
275 s->max_seq = seq; in rtp_valid_packet_in_sequence()
354 extended_max = stats->cycles + stats->max_seq; in ff_rtp_check_and_send_back_rr()
Drtpdec.h81 uint16_t max_seq; ///< highest sequence number seen member
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt4330 u_int16 max_seq; /* highest seq. number seen */
4407 s->max_seq = seq - 1;
4415 valid if it is no more than MAX_DROPOUT ahead of s->max_seq nor more
4417 max_seq modulo the RTP sequence number range (16 bits), but is
4418 smaller than max_seq, it has wrapped around and the (shifted) count
4450 s->max_seq = seq;
4461 u_int16 udelta = seq - s->max_seq;
4472 if (seq == s->max_seq + 1) {
4474 s->max_seq = seq;
4490 s->max_seq = seq;
[all …]