Searched refs:end_seq (Results 1 – 7 of 7) sorted by relevance
/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() 1335 fail_unless_equals_int (end_seq, 0x0002); in GST_START_TEST() 1349 &begin_seq, &end_seq, &chunk_count)); in GST_START_TEST() 1353 fail_unless_equals_int (end_seq, 0x0004); 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/gst-libs/gst/rtp/ |
D | gstrtcpbuffer.h | 589 guint16 * begin_seq, guint16 * end_seq, 599 guint16 * begin_seq, guint16 * end_seq); 615 guint16 * begin_seq, guint16 * end_seq);
|
D | gstrtcpbuffer.c | 2822 guint8 * thinning, guint16 * begin_seq, guint16 * end_seq, in gst_rtcp_packet_xr_get_rle_info() argument 2857 if (end_seq) in gst_rtcp_packet_xr_get_rle_info() 2858 *end_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 2950 if (end_seq) in gst_rtcp_packet_xr_get_prt_info() 2951 *end_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 2976 &end_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() 3094 guint16 * begin_seq, guint16 * end_seq) in gst_rtcp_packet_xr_get_summary_info() argument [all …]
|
/third_party/glib/glib/ |
D | gsequence.c | 610 GSequence *src_seq, *end_seq, *dest_seq; in g_sequence_move_range() local 619 end_seq = get_sequence (end); in g_sequence_move_range() 620 check_seq_access (end_seq); in g_sequence_move_range() 628 g_return_if_fail (src_seq == end_seq); in g_sequence_move_range()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | x509v3.c | 804 const u8 *end_seq; in x509_parse_ext_basic_constraints() local 823 end_seq = hdr.payload + hdr.length; in x509_parse_ext_basic_constraints() 834 if (pos >= end_seq) { in x509_parse_ext_basic_constraints() 840 if (asn1_get_next(pos, end_seq - pos, &hdr) < 0) { in x509_parse_ext_basic_constraints()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | x509v3.c | 818 const u8 *end_seq; in x509_parse_ext_basic_constraints() local 840 end_seq = hdr.payload + hdr.length; in x509_parse_ext_basic_constraints() 852 if (pos >= end_seq) { in x509_parse_ext_basic_constraints() 858 if (asn1_get_next(pos, end_seq - pos, &hdr) < 0 || in x509_parse_ext_basic_constraints()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 16157 times which are in [begin_seq, end_seq).
|