Searched refs:begin_seq (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtcpbuffer.c | 2822 guint8 * thinning, guint16 * begin_seq, guint16 * end_seq, in gst_rtcp_packet_xr_get_rle_info() argument 2853 if (begin_seq) in gst_rtcp_packet_xr_get_rle_info() 2854 *begin_seq = ((data[0] << 8) | data[1]); in gst_rtcp_packet_xr_get_rle_info() 2920 guint32 * ssrc, guint8 * thinning, guint16 * begin_seq, guint16 * end_seq) in gst_rtcp_packet_xr_get_prt_info() argument 2946 if (begin_seq) in gst_rtcp_packet_xr_get_prt_info() 2947 *begin_seq = ((data[0] << 8) | data[1]); in gst_rtcp_packet_xr_get_prt_info() 2972 guint16 begin_seq, end_seq; in gst_rtcp_packet_xr_get_prt_by_seq() local 2975 if (!gst_rtcp_packet_xr_get_prt_info (packet, NULL, NULL, &begin_seq, in gst_rtcp_packet_xr_get_prt_by_seq() 2979 if (seq >= end_seq || seq < begin_seq) in gst_rtcp_packet_xr_get_prt_by_seq() 2989 data += (seq - begin_seq) * 4; in gst_rtcp_packet_xr_get_prt_by_seq() [all …]
|
D | gstrtcpbuffer.h | 589 guint16 * begin_seq, guint16 * end_seq, 599 guint16 * begin_seq, guint16 * end_seq); 615 guint16 * begin_seq, guint16 * end_seq);
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtp.c | 1297 guint16 begin_seq, end_seq, chunk; in GST_START_TEST() local 1331 &begin_seq, &end_seq, &chunk_count)); in GST_START_TEST() 1334 fail_unless_equals_int (begin_seq, 0x0001); in GST_START_TEST() 1349 &begin_seq, &end_seq, &chunk_count)); in GST_START_TEST() 1352 fail_unless_equals_int (begin_seq, 0x0001); in GST_START_TEST() 1377 &begin_seq, &end_seq, &chunk_count)); in GST_START_TEST() 1390 guint16 begin_seq, end_seq; in GST_START_TEST() local 1419 &begin_seq, &end_seq)); in GST_START_TEST() 1439 &begin_seq, &end_seq)); in GST_START_TEST() 1554 guint16 begin_seq, end_seq; in GST_START_TEST() local [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 16157 times which are in [begin_seq, end_seq).
|