Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/cont/base/springcontent/gamedata/
H A Dweapondefs_post.lua128 wd.burstrate = tonumber(wd.burstrate or 0.1)
131 wd.burstrate = math.min(0.2, wd.reloadtime) -- salvodelay
132 wd.burst = math.floor((1.0 / wd.burstrate) + 1) -- salvosize
135 wd.burstrate = math.min(0.4, wd.reloadtime)
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/codecs/
H A Dtlv320dac33.c48 #define UTHR_FROM_PERIOD_SIZE(samples, playrate, burstrate) \ argument
49 (((samples)*5000) / (((burstrate)*5000) / ((burstrate) - (playrate))))
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/codecs/
H A Dtlv320dac33.c48 #define UTHR_FROM_PERIOD_SIZE(samples, playrate, burstrate) \ argument
49 (((samples)*5000) / (((burstrate)*5000) / ((burstrate) - (playrate))))
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/codecs/
H A Dtlv320dac33.c48 #define UTHR_FROM_PERIOD_SIZE(samples, playrate, burstrate) \ argument
49 (((samples)*5000) / (((burstrate)*5000) / ((burstrate) - (playrate))))
/dports/sysutils/ansible2/ansible-2.9.27/test/units/plugins/cliconf/fixtures/nos/
H A Dshow_running-config280 no tcp burstrate
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/unit/plugins/cliconf/fixtures/nos/
H A Dshow_running-config280 no tcp burstrate
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/unit/plugins/cliconf/fixtures/nos/
H A Dshow_running-config280 no tcp burstrate
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_cdr.c174 add_jstat(j_in, stats->inbound.burstrate, "Jitter-Burst-Rate"); in kz_switch_ivr_set_json_call_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_state_machine.c113 audio_stats->inbound.burstrate, in switch_core_standard_on_hangup()
H A Dswitch_ivr.c2699 add_stat_double(x_in, stats->inbound.burstrate, "jitter_burst_rate"); in switch_ivr_set_xml_call_stats()
3206 add_jstat(j_in, stats->inbound.burstrate, "jitter_burst_rate"); in switch_ivr_set_json_call_stats()
H A Dswitch_rtp.c1714 &(rtp_session->stats.inbound.burstrate), &(rtp_session->stats.inbound.lossrate)); in check_jitter()
4531 rtp_session->stats.inbound.burstrate = 0; in switch_rtp_create()
H A Dswitch_core_media.c1991 add_stat_double(stats->inbound.burstrate, "in_jitter_burst_rate"); in set_stats()
/dports/sysutils/ansible2/ansible-2.9.27/test/units/plugins/cliconf/fixtures/slxos/
H A Dshow_running-config418 no tcp burstrate
H A Dshow_startup-config418 no tcp burstrate
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/unit/plugins/cliconf/fixtures/slxos/
H A Dshow_running-config418 no tcp burstrate
H A Dshow_startup-config418 no tcp burstrate
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/unit/plugins/cliconf/fixtures/slxos/
H A Dshow_startup-config418 no tcp burstrate
H A Dshow_running-config418 no tcp burstrate
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h705 double burstrate; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c3453 add_stat (stats->inbound.burstrate, "in_jitter_burst_rate"); in jsonify_stats()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx4014 if (arg1) (arg1)->burstrate = arg2; in CSharp_FreeSWITCHfNative_switch_rtp_numbers_t_burstrate_set___()
4024 result = (double) ((arg1)->burstrate); in CSharp_FreeSWITCHfNative_switch_rtp_numbers_t_burstrate_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs43684 public double burstrate { property in FreeSWITCH.Native.switch_rtp_numbers_t