/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpulpfecdec.c | 111 gst_rtp_buffer_get_seq (&RTP_FEC_MAP_INFO_NTH (userdata, a)->rtp); in _compare_fec_map_info() 113 gst_rtp_buffer_get_seq (&RTP_FEC_MAP_INFO_NTH (userdata, b)->rtp); in _compare_fec_map_info() 150 if (lost_seq == gst_rtp_buffer_get_seq (&info->rtp)) { in gst_rtp_ulpfec_dec_start() 188 rtp_ulpfec_packet_mask_from_seqnum (gst_rtp_buffer_get_seq (&info->rtp), in gst_rtp_ulpfec_dec_get_media_buffers_mask() 228 rtp_ulpfec_packet_mask_from_seqnum (gst_rtp_buffer_get_seq (&info->rtp), in gst_rtp_ulpfec_dec_recover_from_fec() 291 *dst_seq = gst_rtp_buffer_get_seq (&info->rtp); in gst_rtp_ulpfec_dec_recover_from_storage()
|
D | gstrtpreddec.c | 147 item->seq = gst_rtp_buffer_get_seq (rtp); in gst_rtp_red_history_update() 217 gst_rtp_buffer_get_seq (red_rtp), in rtp_red_buffer_is_valid() 361 gst_rtp_buffer_get_seq (red_rtp), in gst_rtp_red_create_from_main_block() 367 gst_rtp_buffer_get_seq (red_rtp), gst_rtp_buffer_get_timestamp (red_rtp), in gst_rtp_red_create_from_main_block()
|
D | gstrtpulpfecenc.c | 200 guint16 seq = gst_rtp_buffer_get_seq (&info->rtp); in gst_rtp_ulpfec_enc_stream_ctx_get_protection_parameters() 246 rtp_ulpfec_packet_mask_from_seqnum (gst_rtp_buffer_get_seq (&info->rtp), in gst_rtp_ulpfec_enc_stream_ctx_protect() 533 gst_rtp_buffer_get_seq (&rtp) + ctx->seqnum_offset); in gst_rtp_ulpfec_enc_stream_ctx_process() 561 guint16 fec_seq = gst_rtp_buffer_get_seq (&rtp) + 1; in gst_rtp_ulpfec_enc_stream_ctx_process()
|
D | gstrtpgsmdepay.c | 134 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_gsm_depay_process()
|
D | gstrtppcmudepay.c | 143 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_pcmu_depay_process()
|
D | gstrtppcmadepay.c | 142 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_pcma_depay_process()
|
D | gstrtpbvdepay.c | 173 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_bv_depay_process()
|
D | rtpulpfeccommon.c | 394 seq = gst_rtp_buffer_get_seq (rtp); in rtp_ulpfec_log_rtppacket() 437 gst_rtp_buffer_get_seq (fecrtp)), in rtp_ulpfec_log_fec_packet()
|
D | gstrtpspeexdepay.c | 211 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_speex_depay_process()
|
D | gstrtpilbcdepay.c | 189 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_ilbc_depay_process()
|
D | gstrtph264depay.c | 1332 rtph264depay->last_fu_seqnum = gst_rtp_buffer_get_seq (rtp); in gst_rtp_h264_depay_process() 1368 gst_rtp_buffer_get_seq (rtp)) != 1) { in gst_rtp_h264_depay_process() 1373 gst_rtp_buffer_get_seq (rtp)); in gst_rtp_h264_depay_process() 1377 rtph264depay->last_fu_seqnum = gst_rtp_buffer_get_seq (rtp); in gst_rtp_h264_depay_process()
|
D | gstrtpceltdepay.c | 221 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_celt_depay_process()
|
D | gstrtpsv3vdepay.c | 161 seq = gst_rtp_buffer_get_seq (rtp); in gst_rtp_sv3v_depay_process()
|
D | gstrtph265depay.c | 1436 rtph265depay->last_fu_seqnum = gst_rtp_buffer_get_seq (rtp); in gst_rtp_h265_depay_process() 1482 gst_rtp_buffer_get_seq (rtp)) != 1) { in gst_rtp_h265_depay_process() 1487 gst_rtp_buffer_get_seq (rtp)); in gst_rtp_h265_depay_process() 1491 rtph265depay->last_fu_seqnum = gst_rtp_buffer_get_seq (rtp); in gst_rtp_h265_depay_process()
|
D | rtpstorage.c | 197 seq = gst_rtp_buffer_get_seq (&rtpbuf); in rtp_storage_append_buffer()
|
D | gstrtpg726depay.c | 227 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_g726_depay_process()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtxreceive.c | 222 seqnum = gst_rtp_buffer_get_seq (&rtp); in gst_rist_rtx_receive_chain() 241 gst_rtp_buffer_get_seq (&rtp), gst_rtp_buffer_get_ssrc (&rtp)); in gst_rist_rtx_receive_chain()
|
D | gstristrtpext.c | 191 guint16 seqnum = gst_rtp_buffer_get_seq (&rtp); in gst_rist_rtp_ext_chain()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpred.c | 176 fail_unless_equals_int (gst_rtp_buffer_get_seq (&rtp), seq); in GST_START_TEST() 223 fail_unless_equals_int (gst_rtp_buffer_get_seq (&rtp), seq); in _push_and_check_redundant_packet() 481 fail_unless_equals_int (gst_rtp_buffer_get_seq (&rtp), 0); in GST_START_TEST() 536 fail_unless_equals_int (gst_rtp_buffer_get_seq (&rtp), seq); in GST_START_TEST() 630 fail_unless_equals_int (gst_rtp_buffer_get_seq (&rtp), seq + 1); in GST_START_TEST() 653 fail_unless_equals_int (gst_rtp_buffer_get_seq (&rtp), seq + 2); in GST_START_TEST()
|
D | rtprtx.c | 32 fail_unless_equals_int (gst_rtp_buffer_get_seq (&_rtp), expected_seqnum); \ 78 fail_unless_equals_int (gst_rtp_buffer_get_seq (&rtp_a), in compare_rtp_packets() 79 gst_rtp_buffer_get_seq (&rtp_b)); in compare_rtp_packets()
|
D | rtpulpfec.c | 119 gst_rtp_buffer_set_seq (&rtp, gst_rtp_buffer_get_seq (&rtpout)); in lose_and_recover_test() 183 if (gst_rtp_buffer_get_seq (&rtp) == info->seq) { in packet_recovered_cb()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpst2022-1-fecenc.c | 259 fec->seq_base = gst_rtp_buffer_get_seq (rtp); in fec_packet_update() 410 gst_rtp_buffer_get_seq (&rtp)) { in gst_rtpst_2022_1_fecenc_sink_chain() 426 enc->last_media_seqnum = gst_rtp_buffer_get_seq (&rtp); in gst_rtpst_2022_1_fecenc_sink_chain()
|
D | gstrtphdrext-twcc.c | 197 twcc->seqnum = gst_rtp_buffer_get_seq (&rtp); in gst_rtp_header_extension_twcc_write()
|
D | gstrtprtxsend.c | 406 "rtx seqnum: %u, rtx ssrc: %X", gst_rtp_buffer_get_seq (&rtp), in gst_rtp_rtx_buffer_new() 430 GST_WRITE_UINT16_BE (map.data, gst_rtp_buffer_get_seq (&rtp)); in gst_rtp_rtx_buffer_new() 730 seqnum = gst_rtp_buffer_get_seq (&rtp); in process_buffer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbuffer.h | 169 guint16 gst_rtp_buffer_get_seq (GstRTPBuffer *rtp);
|