Searched refs:receipt_time (Results 1 – 3 of 3) sorted by relevance
603 guint32 * receipt_time);
2970 guint16 seq, guint32 * receipt_time) in gst_rtcp_packet_xr_get_prt_by_seq() argument2991 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()
1388 guint32 ssrc, receipt_time; in GST_START_TEST() local1420 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()