Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h732 uint32_t rtcp_rtp_count; /* RTCP report generated count */ member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c1845 if (stats->rtcp_rtp_count == 0) { in rtcp_generate_report_block()
1891 stats->rtcp_rtp_count++; in rtcp_generate_report_block()
1914 stats->rtcp_rtp_count = 0; in rtcp_stats_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx4576 if (arg1) (arg1)->rtcp_rtp_count = arg2; in CSharp_FreeSWITCHfNative_switch_rtcp_numbers_t_rtcp_rtp_count_set___()
4586 result = (uint32_t) ((arg1)->rtcp_rtp_count); in CSharp_FreeSWITCHfNative_switch_rtcp_numbers_t_rtcp_rtp_count_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs42666 public uint rtcp_rtp_count { property in FreeSWITCH.Native.switch_rtcp_numbers_t