Home
last modified time | relevance | path

Searched refs:ntptime (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtphdrext.c48 gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_64() argument
53 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
75 if (ntptime) in gst_rtp_hdrext_get_ntp_64()
76 *ntptime = GST_READ_UINT64_BE (data); in gst_rtp_hdrext_get_ntp_64()
93 gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_56() argument
102 d[6 - i] = ntptime & 0xff; in gst_rtp_hdrext_set_ntp_56()
103 ntptime >>= 8; in gst_rtp_hdrext_set_ntp_56()
127 if (ntptime) { in gst_rtp_hdrext_get_ntp_56()
130 *ntptime = 0; in gst_rtp_hdrext_get_ntp_56()
132 *ntptime <<= 8; in gst_rtp_hdrext_get_ntp_56()
[all …]
H A Dgstrtphdrext.h38 gboolean gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime);
41 gboolean gst_rtp_hdrext_get_ntp_64 (gpointer data, guint size, guint64 *ntptime);
48 gboolean gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime);
51 gboolean gst_rtp_hdrext_get_ntp_56 (gpointer data, guint size, guint64 *ntptime);
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtphdrext.c48 gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_64() argument
53 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
75 if (ntptime) in gst_rtp_hdrext_get_ntp_64()
76 *ntptime = GST_READ_UINT64_BE (data); in gst_rtp_hdrext_get_ntp_64()
93 gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_56() argument
102 d[6 - i] = ntptime & 0xff; in gst_rtp_hdrext_set_ntp_56()
103 ntptime >>= 8; in gst_rtp_hdrext_set_ntp_56()
127 if (ntptime) { in gst_rtp_hdrext_get_ntp_56()
130 *ntptime = 0; in gst_rtp_hdrext_get_ntp_56()
132 *ntptime <<= 8; in gst_rtp_hdrext_get_ntp_56()
[all …]
H A Dgstrtphdrext.h38 gboolean gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime);
41 gboolean gst_rtp_hdrext_get_ntp_64 (gpointer data, guint size, guint64 *ntptime);
48 gboolean gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime);
51 gboolean gst_rtp_hdrext_get_ntp_56 (gpointer data, guint size, guint64 *ntptime);
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtphdrext.c48 gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_64() argument
53 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
75 if (ntptime) in gst_rtp_hdrext_get_ntp_64()
76 *ntptime = GST_READ_UINT64_BE (data); in gst_rtp_hdrext_get_ntp_64()
93 gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_56() argument
102 d[6 - i] = ntptime & 0xff; in gst_rtp_hdrext_set_ntp_56()
103 ntptime >>= 8; in gst_rtp_hdrext_set_ntp_56()
127 if (ntptime) { in gst_rtp_hdrext_get_ntp_56()
130 *ntptime = 0; in gst_rtp_hdrext_get_ntp_56()
132 *ntptime <<= 8; in gst_rtp_hdrext_get_ntp_56()
[all …]
H A Dgstrtphdrext.h38 gboolean gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime);
41 gboolean gst_rtp_hdrext_get_ntp_64 (gpointer data, guint size, guint64 *ntptime);
48 gboolean gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime);
51 gboolean gst_rtp_hdrext_get_ntp_56 (gpointer data, guint size, guint64 *ntptime);
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtphdrext.c48 gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_64() argument
53 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
75 if (ntptime) in gst_rtp_hdrext_get_ntp_64()
76 *ntptime = GST_READ_UINT64_BE (data); in gst_rtp_hdrext_get_ntp_64()
93 gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_56() argument
102 d[6 - i] = ntptime & 0xff; in gst_rtp_hdrext_set_ntp_56()
103 ntptime >>= 8; in gst_rtp_hdrext_set_ntp_56()
127 if (ntptime) { in gst_rtp_hdrext_get_ntp_56()
130 *ntptime = 0; in gst_rtp_hdrext_get_ntp_56()
132 *ntptime <<= 8; in gst_rtp_hdrext_get_ntp_56()
[all …]
H A Dgstrtphdrext.h38 gboolean gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime);
41 gboolean gst_rtp_hdrext_get_ntp_64 (gpointer data, guint size, guint64 *ntptime);
48 gboolean gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime);
51 gboolean gst_rtp_hdrext_get_ntp_56 (gpointer data, guint size, guint64 *ntptime);
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtphdrext.c48 gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_64() argument
53 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
75 if (ntptime) in gst_rtp_hdrext_get_ntp_64()
76 *ntptime = GST_READ_UINT64_BE (data); in gst_rtp_hdrext_get_ntp_64()
93 gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_56() argument
102 d[6 - i] = ntptime & 0xff; in gst_rtp_hdrext_set_ntp_56()
103 ntptime >>= 8; in gst_rtp_hdrext_set_ntp_56()
127 if (ntptime) { in gst_rtp_hdrext_get_ntp_56()
130 *ntptime = 0; in gst_rtp_hdrext_get_ntp_56()
132 *ntptime <<= 8; in gst_rtp_hdrext_get_ntp_56()
[all …]
H A Dgstrtphdrext.h38 gboolean gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime);
41 gboolean gst_rtp_hdrext_get_ntp_64 (gpointer data, guint size, guint64 *ntptime);
48 gboolean gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime);
51 gboolean gst_rtp_hdrext_get_ntp_56 (gpointer data, guint size, guint64 *ntptime);
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtphdrext.c48 gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_64() argument
53 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
75 if (ntptime) in gst_rtp_hdrext_get_ntp_64()
76 *ntptime = GST_READ_UINT64_BE (data); in gst_rtp_hdrext_get_ntp_64()
93 gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_56() argument
102 d[6 - i] = ntptime & 0xff; in gst_rtp_hdrext_set_ntp_56()
103 ntptime >>= 8; in gst_rtp_hdrext_set_ntp_56()
127 if (ntptime) { in gst_rtp_hdrext_get_ntp_56()
130 *ntptime = 0; in gst_rtp_hdrext_get_ntp_56()
132 *ntptime <<= 8; in gst_rtp_hdrext_get_ntp_56()
[all …]
H A Dgstrtphdrext.h38 gboolean gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime);
41 gboolean gst_rtp_hdrext_get_ntp_64 (gpointer data, guint size, guint64 *ntptime);
48 gboolean gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime);
51 gboolean gst_rtp_hdrext_get_ntp_56 (gpointer data, guint size, guint64 *ntptime);
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtphdrext.c48 gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_64() argument
53 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
75 if (ntptime) in gst_rtp_hdrext_get_ntp_64()
76 *ntptime = GST_READ_UINT64_BE (data); in gst_rtp_hdrext_get_ntp_64()
93 gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_56() argument
102 d[6 - i] = ntptime & 0xff; in gst_rtp_hdrext_set_ntp_56()
103 ntptime >>= 8; in gst_rtp_hdrext_set_ntp_56()
127 if (ntptime) { in gst_rtp_hdrext_get_ntp_56()
130 *ntptime = 0; in gst_rtp_hdrext_get_ntp_56()
132 *ntptime <<= 8; in gst_rtp_hdrext_get_ntp_56()
[all …]
H A Dgstrtphdrext.h38 gboolean gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime);
41 gboolean gst_rtp_hdrext_get_ntp_64 (gpointer data, guint size, guint64 *ntptime);
48 gboolean gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime);
51 gboolean gst_rtp_hdrext_get_ntp_56 (gpointer data, guint size, guint64 *ntptime);
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtphdrext.c48 gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_64() argument
53 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
75 if (ntptime) in gst_rtp_hdrext_get_ntp_64()
76 *ntptime = GST_READ_UINT64_BE (data); in gst_rtp_hdrext_get_ntp_64()
93 gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_56() argument
102 d[6 - i] = ntptime & 0xff; in gst_rtp_hdrext_set_ntp_56()
103 ntptime >>= 8; in gst_rtp_hdrext_set_ntp_56()
127 if (ntptime) { in gst_rtp_hdrext_get_ntp_56()
130 *ntptime = 0; in gst_rtp_hdrext_get_ntp_56()
132 *ntptime <<= 8; in gst_rtp_hdrext_get_ntp_56()
[all …]
H A Dgstrtphdrext.h38 gboolean gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime);
41 gboolean gst_rtp_hdrext_get_ntp_64 (gpointer data, guint size, guint64 *ntptime);
48 gboolean gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime);
51 gboolean gst_rtp_hdrext_get_ntp_56 (gpointer data, guint size, guint64 *ntptime);
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtphdrext.c48 gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_64() argument
53 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
75 if (ntptime) in gst_rtp_hdrext_get_ntp_64()
76 *ntptime = GST_READ_UINT64_BE (data); in gst_rtp_hdrext_get_ntp_64()
93 gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_56() argument
102 d[6 - i] = ntptime & 0xff; in gst_rtp_hdrext_set_ntp_56()
103 ntptime >>= 8; in gst_rtp_hdrext_set_ntp_56()
127 if (ntptime) { in gst_rtp_hdrext_get_ntp_56()
130 *ntptime = 0; in gst_rtp_hdrext_get_ntp_56()
132 *ntptime <<= 8; in gst_rtp_hdrext_get_ntp_56()
[all …]
H A Dgstrtphdrext.h38 gboolean gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime);
41 gboolean gst_rtp_hdrext_get_ntp_64 (gpointer data, guint size, guint64 *ntptime);
48 gboolean gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime);
51 gboolean gst_rtp_hdrext_get_ntp_56 (gpointer data, guint size, guint64 *ntptime);
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/rtp/
H A Dgstrtphdrext.c48 gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_64() argument
53 GST_WRITE_UINT64_BE (data, ntptime); in gst_rtp_hdrext_set_ntp_64()
75 if (ntptime) in gst_rtp_hdrext_get_ntp_64()
76 *ntptime = GST_READ_UINT64_BE (data); in gst_rtp_hdrext_get_ntp_64()
93 gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime) in gst_rtp_hdrext_set_ntp_56() argument
102 d[6 - i] = ntptime & 0xff; in gst_rtp_hdrext_set_ntp_56()
103 ntptime >>= 8; in gst_rtp_hdrext_set_ntp_56()
127 if (ntptime) { in gst_rtp_hdrext_get_ntp_56()
130 *ntptime = 0; in gst_rtp_hdrext_get_ntp_56()
132 *ntptime <<= 8; in gst_rtp_hdrext_get_ntp_56()
[all …]
H A Dgstrtphdrext.h38 gboolean gst_rtp_hdrext_set_ntp_64 (gpointer data, guint size, guint64 ntptime);
41 gboolean gst_rtp_hdrext_get_ntp_64 (gpointer data, guint size, guint64 *ntptime);
48 gboolean gst_rtp_hdrext_set_ntp_56 (gpointer data, guint size, guint64 ntptime);
51 gboolean gst_rtp_hdrext_get_ntp_56 (gpointer data, guint size, guint64 *ntptime);
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dcalyearstart.c23 calyearstart(u_int32 ntptime, const time_t *pivot) in calyearstart() argument
29 vlong = ntpcal_ntp_to_ntp(ntptime, pivot); in calyearstart()
42 calmonthstart(u_int32 ntptime, const time_t *pivot) in calmonthstart() argument
48 vlong = ntpcal_ntp_to_ntp(ntptime, pivot); in calmonthstart()
61 calweekstart(u_int32 ntptime, const time_t *pivot) in calweekstart() argument
67 vlong = ntpcal_ntp_to_ntp(ntptime, pivot); in calweekstart()
79 caldaystart(u_int32 ntptime, const time_t *pivot) in caldaystart() argument
84 vlong = ntpcal_ntp_to_ntp(ntptime, pivot); in caldaystart()
87 return ntptime - split.lo; in caldaystart()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntptime/
H A Dwscript4 target="ntptime",
7 source=["ntptime.c"],
12 ctx.manpage(8, "ntptime-man.adoc")
H A Dntptime-man.adoc1 = ntptime(8)
5 ntptime - read and set kernel time variables
7 include::../docs/includes/ntptime-body.adoc[]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxntp.cpp51 FXTime FXSystem::timeFromNTPTime(FXulong ntptime){ in timeFromNTPTime() argument
52 FXTime secs=(ntptime>>32)&0xFFFFFFFF; in timeFromNTPTime()
53 FXTime frac=ntptime-(secs<<32); in timeFromNTPTime()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxntp.cpp51 FXTime FXSystem::timeFromNTPTime(FXulong ntptime){ in timeFromNTPTime() argument
52 FXTime secs=(ntptime>>32)&0xFFFFFFFF; in timeFromNTPTime()
53 FXTime frac=ntptime-(secs<<32); in timeFromNTPTime()

12345678910>>...17