/third_party/node/test/parallel/ |
D | test-zlib-random-byte-pipes.js | 54 opt.jitter = opt.jitter || 1024; 92 const jitter = this._opt.jitter; 93 if (jitter) { 94 block += Math.ceil(Math.random() * jitter - (jitter / 2)); 148 const inp = new RandomReadStream({ total: 1024, block: 256, jitter: 16 }); property
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gsttestclock.c | 39 GstClockTimeDiff jitter; member 65 * clock, GstClockID id, GstClockTimeDiff * jitter); 76 gst_clock_id_wait (ctx->clock_id, &ctx->jitter); in test_wait_pending_single_shot_id_sync_worker() 115 GstClockTimeDiff * jitter) in gst_test_util_wait_for_clock_id_begin() argument 124 if (jitter) { in gst_test_util_wait_for_clock_id_begin() 129 *jitter = GST_CLOCK_DIFF (requested, reference); in gst_test_util_wait_for_clock_id_begin() 281 context.jitter = 0; in GST_START_TEST() 294 g_assert_cmpuint (context.jitter, ==, 1); in GST_START_TEST() 300 context.jitter = 0; in GST_START_TEST() 312 g_assert_cmpuint (context.jitter, ==, 0); in GST_START_TEST() [all …]
|
/third_party/musl/src/linux/ |
D | clock_adjtime.c | 16 long long tick, ppsfreq, jitter; member 30 long tick, ppsfreq, jitter; member 55 .jitter = utx->jitter, in clock_adjtime() 79 utx->jitter = ktx.jitter; in clock_adjtime() 108 .jitter = utx->jitter, in clock_adjtime() 136 utx->jitter = ktx.jitter; in clock_adjtime()
|
/third_party/musl/compat/time32/ |
D | clock_adjtime32.c | 14 long tick, ppsfreq, jitter; member 37 .jitter = tx32->jitter, in __clock_adjtime32() 61 tx32->jitter = utx.jitter; in __clock_adjtime32()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpsource.c | 276 src->stats.jitter = 0; in rtp_source_reset() 380 guint32 jitter = 0; in rtp_source_create_stats() local 424 (guint) (src->stats.jitter >> 4), in rtp_source_create_stats() 452 (guint) src->last_rr.jitter, "sent-rb-lsr", G_TYPE_UINT, in rtp_source_create_stats() 458 &packetslost, &exthighestseq, &jitter, &lsr, &dlsr, &round_trip); in rtp_source_create_stats() 466 "rb-jitter", G_TYPE_UINT, (guint) jitter, in rtp_source_create_stats() 997 src->stats.jitter += diff - ((src->stats.jitter + 8) >> 4); in calculate_jitter() 1003 rtparrival, rtptime, src->clock_rate, diff, (src->stats.jitter) / 16.0); in calculate_jitter() 1466 guint32 jitter, guint32 lsr, guint32 dlsr) in rtp_source_process_rb() argument 1477 src->ssrc, fractionlost, packetslost, exthighestseq, jitter, lsr >> 16, in rtp_source_process_rb() [all …]
|
D | rtpsource.h | 253 … gint32 packetslost, guint32 exthighestseq, guint32 jitter, 260 … gint32 *packetslost, guint32 *exthighestseq, guint32 *jitter, 267 guint32 *exthighestseq, guint32 *jitter,
|
D | rtpstats.h | 58 guint32 jitter; member 148 guint32 jitter; member
|
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/delay/ |
D | delay.base.js | 18 var jitter = jitter_factory_1.JitterFactory(this.options); 19 return jitter(this.delay);
|
/third_party/ltp/testcases/realtime/func/sched_jitter/ |
D | README | 3 This test measures scheduling jitter w/ realtime processes. 6 fixed amount of work. It then prints out the maximum jitter seen (longest
|
/third_party/skia/gm/ |
D | sharedcorners.cpp | 150 for (SkPoint jitter : kJitters) { in drawRow() local 153 canvas->translate(jitter.x(), jitter.y()); in drawRow()
|
/third_party/skia/tools/skqp/ |
D | jitter_gms.cpp | 46 static void do_gm(SkBitmap* bm, skiagm::GM* gm, SkPoint jitter) { in do_gm() argument 53 canvas.translate(jitter.x(), jitter.y()); in do_gm()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | adjtimex.c | 41 tx.jitter = 1; in adjtimex_0100() 69 tx.jitter = 1; in adjtimex_time64_0100()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcstats.c | 118 guint fraction_lost, jitter; in _get_stats_from_remote_rtp_source_stats() local 147 if (clock_rate && gst_structure_get_uint (source_stats, "rb-jitter", &jitter)) in _get_stats_from_remote_rtp_source_stats() 149 CLOCK_RATE_VALUE_TO_SECONDS (jitter, clock_rate), NULL); in _get_stats_from_remote_rtp_source_stats() 212 guint ssrc, fir, pli, nack, jitter; in _get_stats_from_rtp_source_stats() local 363 if (gst_structure_get_uint (source_stats, "jitter", &jitter)) in _get_stats_from_rtp_source_stats() 365 CLOCK_RATE_VALUE_TO_SECONDS (jitter, clock_rate), NULL); in _get_stats_from_rtp_source_stats()
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gsttestclock.c | 236 GstClockEntry * entry, GstClockTimeDiff * jitter); 246 GstClockEntry * entry, GstClockTimeDiff * jitter); 434 GstClockEntry * entry, GstClockTimeDiff * jitter) in gst_test_clock_wait() argument 449 gst_test_clock_add_entry (test_clock, entry, jitter); in gst_test_clock_wait() 548 GstClockEntry * entry, GstClockTimeDiff * jitter) in gst_test_clock_add_entry() argument 556 if (jitter != NULL) in gst_test_clock_add_entry() 557 *jitter = GST_CLOCK_DIFF (GST_CLOCK_ENTRY_TIME (entry), now); in gst_test_clock_add_entry()
|
/third_party/curl/tests/data/ |
D | test572 | 50 jitter: 0.314 113 jitter
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | videoframe-audiolevel.c | 133 gboolean jitter = video_gaps || video_overlaps || late_video; in output_vchain() local 136 if (!jitter) in output_vchain() 142 if (!jitter) in output_vchain() 150 if (!jitter) in output_vchain() 154 if (!jitter) in output_vchain()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtpdec.c | 512 guint32 ssrc, exthighestseq, jitter, lsr, dlsr; in gst_rtp_dec_chain_rtcp() local 517 &packetslost, &exthighestseq, &jitter, &lsr, &dlsr); in gst_rtp_dec_chain_rtcp() 521 packetslost, exthighestseq, jitter, lsr, dlsr); in gst_rtp_dec_chain_rtcp() 536 guint32 ssrc, exthighestseq, jitter, lsr, dlsr; in gst_rtp_dec_chain_rtcp() local 541 &packetslost, &exthighestseq, &jitter, &lsr, &dlsr); in gst_rtp_dec_chain_rtcp() 545 packetslost, exthighestseq, jitter, lsr, dlsr); in gst_rtp_dec_chain_rtcp()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstsystemclock.c | 395 GstClockEntry * entry, GstClockTimeDiff * jitter); 397 (GstClock * clock, GstClockEntry * entry, GstClockTimeDiff * jitter, 947 GstClockEntry * entry, GstClockTimeDiff * jitter, gboolean restart) in gst_system_clock_id_wait_jitter_unlocked() argument 970 if (G_LIKELY (jitter)) in gst_system_clock_id_wait_jitter_unlocked() 971 *jitter = -diff; in gst_system_clock_id_wait_jitter_unlocked() 1096 GstClockTimeDiff * jitter) in gst_system_clock_id_wait_jitter() argument 1124 gst_system_clock_id_wait_jitter_unlocked (clock, entry, jitter, TRUE); in gst_system_clock_id_wait_jitter()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstmessage.c | 350 gint64 jitter; in GST_START_TEST() local 370 gst_message_parse_qos_values (message, &jitter, &proportion, &quality); in GST_START_TEST() 371 fail_unless (jitter == 0); in GST_START_TEST() 394 gst_message_parse_qos_values (message, &jitter, &proportion, &quality); in GST_START_TEST() 395 fail_unless (jitter == -10); in GST_START_TEST()
|
/third_party/libinput/doc/user/ |
D | touchpad-jitter.rst | 4 Touchpad jitter 7 Touchpad jitter describes random movement by a few pixels even when the 10 libinput has a mechanism called a **hysteresis** to avoid that jitter. When
|
D | troubleshooting.rst | 13 touchpad-jitter.rst
|
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
D | clock_adjtime.h | 37 __kernel_long_t jitter; /* pps jitter (us) (ro) */ member 75 long long jitter; /* pps jitter (us) (ro) */ member
|
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/ |
D | gstimagefreeze.c | 980 GstClockTimeDiff jitter; in gst_image_freeze_src_loop() local 1016 clock_ret = gst_clock_id_wait (self->clock_id, &jitter); in gst_image_freeze_src_loop() 1020 GST_STIME_ARGS (jitter)); in gst_image_freeze_src_loop() 1035 if (jitter > 0) { in gst_image_freeze_src_loop() 1037 gst_util_uint64_scale (clock_time + jitter - base_time, self->fps_n, in gst_image_freeze_src_loop() 1043 ", new offset %" G_GUINT64_FORMAT, GST_TIME_ARGS (jitter), offset, in gst_image_freeze_src_loop() 1056 if (jitter > 0) in gst_image_freeze_src_loop() 1057 timestamp = jitter; in gst_image_freeze_src_loop()
|
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/jitter/ |
D | jitter.factory.js | 6 switch (options.jitter) {
|
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/ |
D | options.js | 16 jitter: "none", property
|