Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h728 …uint16_t last_rpt_cycle; /* Packet loss calculation, sequence number cycle at the begining of… member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c1872 …stats->cycle, stats->last_rpt_ext_seq&0x0000ffff, stats->last_rpt_cycle, rtp_session->stats.rtcp.p… in rtcp_generate_report_block()
1903 stats->last_rpt_cycle = 0; in rtcp_stats_init()
2380 stats->last_rpt_cycle = stats->cycle; in check_rtcp_and_ice()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx4488 if (arg1) (arg1)->last_rpt_cycle = arg2; in CSharp_FreeSWITCHfNative_switch_rtcp_numbers_t_last_rpt_cycle_set___()
4498 result = (uint16_t) ((arg1)->last_rpt_cycle); in CSharp_FreeSWITCHfNative_switch_rtcp_numbers_t_last_rpt_cycle_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs42626 public ushort last_rpt_cycle { property in FreeSWITCH.Native.switch_rtcp_numbers_t