Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c1950 uint32_t packet_spacing_diff = 0, pkt_tsdiff, pkt_extended_seq; in rtcp_stats() local
2004 packet_spacing_diff = abs((int32_t)(pkt_tsdiff - stats->last_pkt_tsdiff)); in rtcp_stats()
2007 …stats->inter_jitter = (stats->inter_jitter + (((double)packet_spacing_diff - stats->inter_jitter) … in rtcp_stats()
2012 …ntohl(hdr->ts), rtp_session->timer.samplecount, pkt_tsdiff, packet_spacing_diff, stats->inter_jitt… in rtcp_stats()