Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtphdrext.h46 #define GST_RTP_HDREXT_NTP_56_SIZE 7 macro
Dgstrtphdrext.c120 g_return_val_if_fail (size >= GST_RTP_HDREXT_NTP_56_SIZE, FALSE); in gst_rtp_hdrext_set_ntp_56()
146 g_return_val_if_fail (size >= GST_RTP_HDREXT_NTP_56_SIZE, FALSE); in gst_rtp_hdrext_get_ntp_56()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c1749 guint8 hdrext_ntp56[GST_RTP_HDREXT_NTP_56_SIZE]; in GST_START_TEST()
1756 gst_rtp_hdrext_set_ntp_56 (hdrext_ntp56, GST_RTP_HDREXT_NTP_56_SIZE, in GST_START_TEST()
1763 GST_RTP_HDREXT_NTP_56_SIZE); in GST_START_TEST()
1769 fail_unless (size == GST_RTP_HDREXT_NTP_56_SIZE); in GST_START_TEST()