Home
last modified time | relevance | path

Searched refs:ntptime (Results 26 – 50 of 420) sorted by relevance

12345678910>>...17

/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dcaltontp.c41 vint64 ntptime;/* resulting NTP time */ in caltontp() local
64 ntptime = ntpcal_dayjoin(eraday - DAY_NTP_STARTS, in caltontp()
67 return ntptime.d_s.lo; in caltontp()
/dports/devel/jrtplib/JRTPLIB-3.11.2/src/
H A Drtptimeutilities.h105 RTPTime(RTPNTPTime ntptime);
158 inline RTPTime::RTPTime(RTPNTPTime ntptime) in RTPTime() argument
160 if (ntptime.GetMSW() < RTP_NTPTIMEOFFSET) in RTPTime()
166 uint32_t sec = ntptime.GetMSW() - RTP_NTPTIMEOFFSET; in RTPTime()
168 double x = (double)ntptime.GetLSW(); in RTPTime()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/docs/
H A Dntptime.adoc1 = ntptime - read and set kernel time variables
26 include::includes/ntptime-body.adoc[]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-rtp-0.17.0/src/auto/
H A Dfunctions.rs24 pub fn rtcp_ntp_to_unix(ntptime: u64) -> u64 { in rtcp_ntp_to_unix()
26 unsafe { ffi::gst_rtcp_ntp_to_unix(ntptime) } in rtcp_ntp_to_unix()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/rtpmanager/
H A Drtpsource.c384 guint64 ntptime = 0; in rtp_source_create_stats() local
430 have_sr = rtp_source_get_last_sr (src, &time, &ntptime, &rtptime, in rtp_source_create_stats()
434 "sr-ntptime", G_TYPE_UINT64, ntptime, in rtp_source_create_stats()
1394 (guint32) (ntptime >> 32), (guint32) (ntptime & 0xffffffff), rtptime, in rtp_source_process_sr()
1405 curr->ntptime = ntptime; in rtp_source_process_sr()
1561 if (ntptime) in rtp_source_get_new_sr()
1562 *ntptime = t_current_ntp; in rtp_source_get_new_sr()
1597 guint64 expected_interval, received_interval, ntptime; in rtp_source_get_new_rb() local
1636 LSR = (ntptime >> 16) & 0xffffffff; in rtp_source_get_new_rb()
1691 if (ntptime) in rtp_source_get_last_sr()
[all …]

12345678910>>...17