Home
last modified time | relevance | path

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

/dports/net/mptsd/mptsd-1.1/
H A Dnetwork.c266 unsigned int sync_packets = 0; in mpeg_sync() local
293 if (++sync_packets == 7) // sync 7 packets in mpeg_sync()
297 sync_packets = 0; in mpeg_sync()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c467 uint32_t sync_packets; member
7272 …if (rtp_session->hot_hits > 1 && !rtp_session->sync_packets) {// >= (rtp_session->samples_per_seco… in rtp_common_read()
7287 rtp_session->sync_packets++; in rtp_common_read()
7292 if (rtp_session->sync_packets) { in rtp_common_read()
7297 … rtp_session->sync_packets, (rtp_session->ms_per_packet * rtp_session->sync_packets) / 1000); in rtp_common_read()
7301 rtp_session->sync_packets, rtp_type(rtp_session)); in rtp_common_read()
7304 rtp_session->stats.inbound.flaws += rtp_session->sync_packets; in rtp_common_read()
7307 rtp_session->stats.inbound.error_log->flaws += rtp_session->sync_packets; in rtp_common_read()
7329 rtp_session->sync_packets = 0; in rtp_common_read()