Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h727 …uint32_t last_rpt_ext_seq; /* Packet loss calculation, extended sequence number at the begining… member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c1848 expected_pkt = stats->high_ext_seq_recv - stats->last_rpt_ext_seq + extra_expected; in rtcp_generate_report_block()
1872 …stats->cycle, stats->last_rpt_ext_seq&0x0000ffff, stats->last_rpt_cycle, rtp_session->stats.rtcp.p… in rtcp_generate_report_block()
1902 stats->last_rpt_ext_seq = 0; in rtcp_stats_init()
2381 stats->last_rpt_ext_seq = stats->high_ext_seq_recv; in check_rtcp_and_ice()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx4466 if (arg1) (arg1)->last_rpt_ext_seq = arg2; in CSharp_FreeSWITCHfNative_switch_rtcp_numbers_t_last_rpt_ext_seq_set___()
4476 result = (uint32_t) ((arg1)->last_rpt_ext_seq); in CSharp_FreeSWITCHfNative_switch_rtcp_numbers_t_last_rpt_ext_seq_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs42616 public uint last_rpt_ext_seq { property in FreeSWITCH.Native.switch_rtcp_numbers_t