Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/libs/
Dgstnettimeprovider.c30 GstNetTimeProvider *ntp; in GST_START_TEST() local
39 ntp = gst_net_time_provider_new (clock, NULL, 0); in GST_START_TEST()
40 fail_unless (ntp != NULL, "failed to create net time provider"); in GST_START_TEST()
45 ASSERT_OBJECT_REFCOUNT (ntp, "net time provider", 1); in GST_START_TEST()
47 gst_object_unref (ntp); in GST_START_TEST()
57 GstNetTimeProvider *ntp; in GST_START_TEST() local
68 ntp = gst_net_time_provider_new (clock, "127.0.0.1", 0); in GST_START_TEST()
69 fail_unless (ntp != NULL, "failed to create net time provider"); in GST_START_TEST()
71 g_object_get (ntp, "port", &port, NULL); in GST_START_TEST()
104 gst_object_unref (ntp); in GST_START_TEST()
Dgstnetclientclock.c52 GstNetTimeProvider *ntp; in GST_START_TEST() local
67 ntp = gst_net_time_provider_new (server, "127.0.0.1", 0); in GST_START_TEST()
68 fail_unless (ntp != NULL, "failed to create network time provider"); in GST_START_TEST()
70 g_object_get (ntp, "port", &port, NULL); in GST_START_TEST()
111 gst_object_unref (ntp); in GST_START_TEST()
/third_party/pulseaudio/src/modules/rtp/
Dsdp.c43 uint32_t ntp; in pa_sdp_build() local
61 ntp = (uint32_t) time(NULL) + 2208988800U; in pa_sdp_build()
76 u, (unsigned long) ntp, af == AF_INET ? "IP4" : "IP6", buf_src, in pa_sdp_build()
79 (unsigned long) ntp, in pa_sdp_build()
/third_party/mesa3d/.gitlab-ci/common/
Dinit-stage1.sh23 for i in 1 2 3; do sntp -sS pool.ntp.org && break || sleep 2; done || true
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
Drationale.txt22 ntp
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c1470 guint32 ntp, A; in rtp_source_process_rb() local
1496 ntp = ((f_ntp + 0xffff) >> 16) & 0xffffffff; in rtp_source_process_rb()
1499 if (A > 0 && ntp > A) in rtp_source_process_rb()
1500 A = ntp - A; in rtp_source_process_rb()
1505 GST_DEBUG ("NTP %04x:%04x, round trip %04x:%04x", ntp >> 16, ntp & 0xffff, in rtp_source_process_rb()
/third_party/libwebsockets/READMEs/
DREADME.lws_system.md110 |`LWS_SYSBLOB_TYPE_NTP_SERVER`|String with the ntp server address (defaults to pool.ntp.org)|
DREADME.event-loops-intro.md5 - Chrome / Chromium, transmission, tmux, ntp SNTP... [libevent](https://libevent.org/)
/third_party/tzdata/
Dleapseconds10 # <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>
/third_party/toybox/scripts/
Dmkroot.sh87 [ "$(date +%s)" -lt 10000000 ] && ntpd -nq -p north-america.pool.ntp.org
/third_party/pulseaudio/src/modules/raop/
Draop-client.c211 uint64_t ntp = 0; in timeval_to_ntp() local
214 ntp = (uint64_t) tv->tv_usec * UINT32_MAX / PA_USEC_PER_SEC; in timeval_to_ntp()
216 ntp |= (uint64_t) (tv->tv_sec + 0x83aa7e80) << 32; in timeval_to_ntp()
218 return ntp; in timeval_to_ntp()
/third_party/gstreamer/gstreamer/docs/random/thomasvs/
Dcapturing134 to an ntp server, and tries to match its own clock against the NTP server
/third_party/rust/crates/nom/
DREADME.md300 [NTP](https://github.com/rusticata/ntp-parser),
/third_party/gstreamer/gstplugins_good/gst/rtp/
DREADME123 stop: if <ntp-stop> != -1
/third_party/FreeBSD/
DUPDATING477 to ntp.conf to lock up to 32 MB of ntpd address space in memory.
823 the ntp config file contain options that change file/dir locations.
/third_party/gstreamer/gstplugins_good/
DChangeLog22980 ntp-sync is used or not:
22981 1) ntp-sync enabled
22985 2) ntp-sync disabled
23206 rtpbin: Also log local and SR RTP running times when doing ntp-sync=true
41035 rtspsrc: Add new ntp-time-source property and deprecate use-pipeline-clock property
41036 Enable to use new ntp-time-source property of rtpbin
41605 rtpbin/session: Add new ntp-time-source property and deprecate use-pipeline-clock property
41612 If use-pipeline-clock is set to TRUE, it will override the ntp-time-source
62572 rtspsrc: Proxy the ntp-sync property of rtpbin
67235 rtpbin: clarify the ntp-sync option
[all …]
/third_party/rust/crates/regex/bench/src/data/
D1MB.txt27665 ntp
/third_party/NuttX/
DReleaseNotes9234 - apps/netutils/ntp: Fix mismatched sched_lock/unlock. Noted by Juha
11411 - NTP Client: The NTP client will now optionally use pool.ntp.org as
28436 * [PR-335](https://github.com/apache/incubator-nuttx-apps/pull/335) ntp: Fix
/third_party/gstreamer/gstplugins_bad/
DChangeLog84150 rtponviftimestamp: Update ntp-offset and d/e-bits with a GstEvent
84151 It is now possible to update the currently used ntp-offset with a
84152 custom serialized downstream event. The element will read the ntp-offset
84155 has a "ntp-offset" attribute in that it's structure. In case the
88968 urn:mpeg:dash:utc:ntp:2014
88971 urn:mpeg:dash:utc:http-ntp:2014
102668 rtponviftimestamp: Automatically discover the ntp-offset by default.
220433 Add ntp-ns-base property to convert running_time to NTP time.
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch26479 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
D0003-ohos-1115.patch45179 diff --git a/src/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/src/chrome/browser/ui/webui/nt…
45181 --- a/src/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
45182 +++ b/src/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
/third_party/gstreamer/gstreamer/
DChangeLog25146 ntp: The clock inherits from GstNetClientClock, not just GstSystemClock
97738 overhead and no ntp jitter.