Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c1471 guint64 f_ntp; in rtp_source_process_rb() local
1494 f_ntp = gst_util_uint64_scale (ntpnstime, (1LL << 32), GST_SECOND); in rtp_source_process_rb()
1496 ntp = ((f_ntp + 0xffff) >> 16) & 0xffffffff; in rtp_source_process_rb()