Home
last modified time | relevance | path

Searched refs:rtt (Results 1 – 25 of 26) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c272 if (net->rtt > net->cc_mod.rtcc.lbw_rtt + rtt_offset) { in cc_bw_same()
284 ((net->cc_mod.rtcc.lbw_rtt << 32) | net->rtt), in cc_bw_same()
307 ((net->cc_mod.rtcc.lbw_rtt << 32) | net->rtt), in cc_bw_same()
321 if (net->rtt < net->cc_mod.rtcc.lbw_rtt-rtt_offset) { in cc_bw_same()
333 ((net->cc_mod.rtcc.lbw_rtt << 32) | net->rtt), in cc_bw_same()
347 ((net->cc_mod.rtcc.lbw_rtt << 32) | net->rtt), in cc_bw_same()
362 net->cc_mod.rtcc.lbw_rtt = net->rtt; in cc_bw_same()
379 ((net->cc_mod.rtcc.lbw_rtt << 32) | net->rtt), in cc_bw_same()
428 if (net->rtt > net->cc_mod.rtcc.lbw_rtt+rtt_offset) { in cc_bw_decrease()
440 ((net->cc_mod.rtcc.lbw_rtt << 32) | net->rtt), in cc_bw_decrease()
[all …]
Dsctputil.c145 sctp_clog.x.rto.rtt = net->rtt / 1000; in rto_logging()
3054 int32_t rtt; /* RTT in ms */ in sctp_calculate_rto() local
3079 net->rtt = rtt_us; in sctp_calculate_rto()
3081 rtt = (int32_t)(net->rtt / 1000); in sctp_calculate_rto()
3092 if (net->rtt > SCTP_LOCAL_LAN_RTT) { in sctp_calculate_rto()
3111 rtt -= (net->lastsa >> SCTP_RTT_SHIFT); in sctp_calculate_rto()
3112 net->lastsa += rtt; in sctp_calculate_rto()
3113 if (rtt < 0) { in sctp_calculate_rto()
3114 rtt = -rtt; in sctp_calculate_rto()
3116 rtt -= (net->lastsv >> SCTP_RTT_VAR_SHIFT); in sctp_calculate_rto()
[all …]
Dsctp_uio.h886 uint32_t rtt; member
1257 uint32_t rtt; member
Dsctp_structs.h323 uint64_t rtt; /* last measured rtt value in us */ member
Dsctp_sysctl.c622 xraddr.rtt = net->rtt / 1000;
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c355 GstClockTime rtt, rtt_limit, min_update_interval; in gst_net_client_internal_clock_observe_times() local
405 rtt = GST_CLOCK_DIFF (local_1, local_2) - GST_CLOCK_DIFF (remote_1, remote_2); in gst_net_client_internal_clock_observe_times()
407 if ((rtt_limit > 0) && (rtt > rtt_limit)) { in gst_net_client_internal_clock_observe_times()
410 GST_TIME_FORMAT, GST_TIME_ARGS (rtt), GST_TIME_ARGS (rtt_limit)); in gst_net_client_internal_clock_observe_times()
416 self->last_rtts[i - 1] = rtt; in gst_net_client_internal_clock_observe_times()
433 if (rtt > 2 * median) { in gst_net_client_internal_clock_observe_times()
436 GST_TIME_FORMAT, GST_TIME_ARGS (rtt), GST_TIME_ARGS (median)); in gst_net_client_internal_clock_observe_times()
445 self->rtt_avg = rtt; in gst_net_client_internal_clock_observe_times()
446 else if (rtt < self->rtt_avg) /* Shorter RTTs carry more weight than longer */ in gst_net_client_internal_clock_observe_times()
447 self->rtt_avg = (3 * self->rtt_avg + rtt) / 4; in gst_net_client_internal_clock_observe_times()
[all …]
/third_party/libnl/lib/idiag/
Didiag_vegasinfo_obj.c70 void idiagnl_vegasinfo_set_rtt(struct idiagnl_vegasinfo *vinfo, uint32_t rtt) in idiagnl_vegasinfo_set_rtt() argument
72 vinfo->tcpv_rtt = rtt; in idiagnl_vegasinfo_set_rtt()
/third_party/libffi/src/sparc/
Dffi.c51 int rtt = rtype->type; in ffi_prep_cif_machdep() local
56 switch (rtt) in ffi_prep_cif_machdep()
95 rtt = rtype->elements[0]->type; in ffi_prep_cif_machdep()
96 switch (rtt) in ffi_prep_cif_machdep()
Dffi64.c166 int rtt = rtype->type; in ffi_prep_cif_machdep_core() local
171 switch (rtt) in ffi_prep_cif_machdep_core()
/third_party/libnl/lib/route/
Droute_utils.c148 __ADD(RTAX_RTT, rtt),
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcstats.c117 guint32 rtt; in _get_stats_from_remote_rtp_source_stats() local
178 if (gst_structure_get_uint (source_stats, "rb-round-trip", &rtt)) { in _get_stats_from_remote_rtp_source_stats()
180 double val = FIXED_16_16_TO_DOUBLE (rtt); in _get_stats_from_remote_rtp_source_stats()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrospdy.h770 struct timeval *rtt);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.h184 const RenderTargetMtl &rtt,
DFrameBufferMtl.mm936 const RenderTargetMtl &rtt,
945 mtl::TextureRef srcTexture = rtt.getTexture();
946 uint32_t level = rtt.getLevelIndex().get();
947 uint32_t slice = rtt.getLayerIndex();
969 if (rtt.getFormat()->hasDepthAndStencilBits() && readStencil)
DTextureMtl.mm999 RenderTargetMtl &rtt = mPerLayerRenderTargets[layer][imageIndex.getLevelIndex()];
1000 if (!rtt.getTexture())
1009 rtt.set(image, mtl::kZeroNativeMipLevel, 0, mFormat);
1013 rtt.set(image, mtl::kZeroNativeMipLevel, layer, mFormat);
1017 return rtt;
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsink.c799 guint64 pkt_sent = 0, rtx_sent = 0, rtt; in gst_rist_sink_create_stats() local
832 rtt = gst_util_uint64_scale (rb_rtt, GST_SECOND, 65536); in gst_rist_sink_create_stats()
837 "round-trip-time", G_TYPE_UINT64, rtt, NULL); in gst_rist_sink_create_stats()
Dgstristsrc.c719 guint64 duplicates = 0, rtx_sent = 0, rtt = 0; in gst_rist_src_create_stats() local
778 "rtx-rtt", G_TYPE_UINT64, &rtt, NULL); in gst_rist_src_create_stats()
788 "rtx-roundtrip-time", G_TYPE_UINT64, rtt, in gst_rist_src_create_stats()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c3797 update_avg_rtx_rtt (GstRtpJitterBufferPrivate * priv, GstClockTime rtt) in update_avg_rtx_rtt() argument
3802 priv->avg_rtx_rtt = rtt; in update_avg_rtx_rtt()
3806 if (rtt > 2 * priv->avg_rtx_rtt) in update_avg_rtx_rtt()
3808 else if (rtt > priv->avg_rtx_rtt) in update_avg_rtx_rtt()
3813 priv->avg_rtx_rtt = (rtt + (weight - 1) * priv->avg_rtx_rtt) / weight; in update_avg_rtx_rtt()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpjitterbuffer.c2004 gint rtt = rtx_retry_timeout_ms * GST_MSECOND + 1; in GST_START_TEST() local
2034 now = first_request + rtt; in GST_START_TEST()
2061 now = second_request + rtt; in GST_START_TEST()
2076 "rtx-rtt", G_TYPE_UINT64, (guint64) rtt, NULL))); in GST_START_TEST()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgk104.asm899 rtt terminate label
904 rtt label
/third_party/libwebsockets/READMEs/
DREADME.test-apps.md273 rtt min/avg/max = 0.110/0.185/0.218 ms
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c1433 double jitter, rtt; in validate_remote_inbound_rtp_stats() local
1443 fail_unless (gst_structure_get (s, "round-trip-time", G_TYPE_DOUBLE, &rtt, in validate_remote_inbound_rtp_stats()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicImpl.inc3456 "llvm.hexagon.V6.vrmpybub.rtt",
3457 "llvm.hexagon.V6.vrmpybub.rtt.128B",
3458 "llvm.hexagon.V6.vrmpybub.rtt.acc",
3459 "llvm.hexagon.V6.vrmpybub.rtt.acc.128B",
3480 "llvm.hexagon.V6.vrmpyub.rtt",
3481 "llvm.hexagon.V6.vrmpyub.rtt.128B",
3482 "llvm.hexagon.V6.vrmpyub.rtt.acc",
3483 "llvm.hexagon.V6.vrmpyub.rtt.acc.128B",
13589 1, // llvm.hexagon.V6.vrmpybub.rtt
13590 1, // llvm.hexagon.V6.vrmpybub.rtt.128B
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog29885 rtpjitterbuffer: improved rtx-rtt averaging
29887 1. For *larger* rtx-rtt, weigh a new measurement as before
29888 2. For *smaller* rtx-rtt, be a bit more conservative and weigh a bit less
29891 The idea being that reducing the rtx-rtt is much more harmful then
29892 increasing it, since we don't want to be underestimating the rtt of the
29924 occur with high loss rate, low rtt and high configured latency.
29961 rtx-rtt is very important for determining the necessary configured
53890 rtpjitterbuffer: ignore invalid timestamps in rtt calculation
/third_party/skia/experimental/wasm-skp-debugger/debugger/
Danim.mskp14683 …_�h��_�~�7�.�V��W�`�+W����ƚ;lI��VN��,��e1C�+ v���IO�A�W��~�2ʣ�-W��rtt����:����뺓�v���B…

12