Home
last modified time | relevance | path

Searched refs:gst_rtp_buffer_get_seq (Results 1 – 25 of 49) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecdec.c111 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()
Dgstrtpreddec.c147 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()
Dgstrtpulpfecenc.c200 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()
Dgstrtpgsmdepay.c134 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_gsm_depay_process()
Dgstrtppcmudepay.c143 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_pcmu_depay_process()
Dgstrtppcmadepay.c142 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_pcma_depay_process()
Dgstrtpbvdepay.c173 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_bv_depay_process()
Drtpulpfeccommon.c394 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()
Dgstrtpspeexdepay.c211 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_speex_depay_process()
Dgstrtpilbcdepay.c189 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_ilbc_depay_process()
Dgstrtph264depay.c1332 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()
Dgstrtpceltdepay.c221 gst_rtp_buffer_get_timestamp (rtp), gst_rtp_buffer_get_seq (rtp)); in gst_rtp_celt_depay_process()
Dgstrtpsv3vdepay.c161 seq = gst_rtp_buffer_get_seq (rtp); in gst_rtp_sv3v_depay_process()
Dgstrtph265depay.c1436 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()
Drtpstorage.c197 seq = gst_rtp_buffer_get_seq (&rtpbuf); in rtp_storage_append_buffer()
Dgstrtpg726depay.c227 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/
Dgstristrtxreceive.c222 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()
Dgstristrtpext.c191 guint16 seqnum = gst_rtp_buffer_get_seq (&rtp); in gst_rist_rtp_ext_chain()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpred.c176 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()
Drtprtx.c32 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()
Drtpulpfec.c119 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/
Dgstrtpst2022-1-fecenc.c259 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()
Dgstrtphdrext-twcc.c197 twcc->seqnum = gst_rtp_buffer_get_seq (&rtp); in gst_rtp_header_extension_twcc_write()
Dgstrtprtxsend.c406 "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/
Dgstrtpbuffer.h169 guint16 gst_rtp_buffer_get_seq (GstRTPBuffer *rtp);

12