Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_cdr.c166 add_jstat(j_in, stats->inbound.jb_packet_count, "Jitter-Packet-Count"); in kz_switch_ivr_set_json_call_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_state_machine.c105 (int)audio_stats->inbound.jb_packet_count, in switch_core_standard_on_hangup()
H A Dswitch_ivr.c2691 add_stat(x_in, stats->inbound.jb_packet_count, "jitter_packet_count"); in switch_ivr_set_xml_call_stats()
3198 add_jstat(j_in, stats->inbound.jb_packet_count, "jitter_packet_count"); in switch_ivr_set_json_call_stats()
H A Dswitch_rtp.c6468 rtp_session->stats.inbound.jb_packet_count++; in read_rtp_packet()
H A Dswitch_core_media.c1983 add_stat(stats->inbound.jb_packet_count, "in_jitter_packet_count"); in set_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h687 switch_size_t jb_packet_count; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_sangoma_codec/
H A Dmod_sangoma_codec.c893 stream->write_function(stream, "Jitter buffer packet count: %lu\n", stats->jb_packet_count); in sangoma_print_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c3444 add_stat(stats->inbound.jb_packet_count, "in_jitter_packet_count"); in jsonify_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx3682 if (arg1) (arg1)->jb_packet_count = arg2; in CSharp_FreeSWITCHfNative_switch_rtp_numbers_t_jb_packet_count_set___()
3692 result = ((arg1)->jb_packet_count); in CSharp_FreeSWITCHfNative_switch_rtp_numbers_t_jb_packet_count_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs43534 public SWIGTYPE_p_switch_size_t jb_packet_count { property in FreeSWITCH.Native.switch_rtp_numbers_t