Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.h603 guint32 * receipt_time);
Dgstrtcpbuffer.c2970 guint16 seq, guint32 * receipt_time) in gst_rtcp_packet_xr_get_prt_by_seq() argument
2991 if (receipt_time) in gst_rtcp_packet_xr_get_prt_by_seq()
2992 *receipt_time = GST_READ_UINT32_BE (data); in gst_rtcp_packet_xr_get_prt_by_seq()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c1388 guint32 ssrc, receipt_time; in GST_START_TEST() local
1420 fail_unless (gst_rtcp_packet_xr_get_prt_by_seq (&packet, 2, &receipt_time)); in GST_START_TEST()
1421 fail_unless_equals_int_hex (receipt_time, 0x59f9de00L); in GST_START_TEST()