Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtphdrext.h36 #define GST_RTP_HDREXT_NTP_64_SIZE 8 macro
Dgstrtphdrext.c72 g_return_val_if_fail (size >= GST_RTP_HDREXT_NTP_64_SIZE, FALSE); in gst_rtp_hdrext_set_ntp_64()
94 g_return_val_if_fail (size >= GST_RTP_HDREXT_NTP_64_SIZE, FALSE); in gst_rtp_hdrext_get_ntp_64()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c1710 guint8 hdrext_ntp64[GST_RTP_HDREXT_NTP_64_SIZE]; in GST_START_TEST()
1717 gst_rtp_hdrext_set_ntp_64 (hdrext_ntp64, GST_RTP_HDREXT_NTP_64_SIZE, in GST_START_TEST()
1723 GST_RTP_HDREXT_NTP_64_SIZE); in GST_START_TEST()
1729 fail_unless (size == GST_RTP_HDREXT_NTP_64_SIZE); in GST_START_TEST()