Searched refs:max_seq (Results 1 – 4 of 4) sorted by relevance
58 max_seq = 759 bc_cnt, total = parse(argv[1],max_seq)60 for i in range(max_seq):
225 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()
81 uint16_t max_seq; ///< highest sequence number seen member
4330 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 more4417 max_seq modulo the RTP sequence number range (16 bits), but is4418 smaller than max_seq, it has wrapped around and the (shifted) count4450 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 …]