Home
last modified time | relevance | path

Searched refs:gst_rtp_buffer_calc_packet_len (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp2tpay.c144 packet_len = gst_rtp_buffer_calc_packet_len (avail, 0, 0); in gst_rtp_mp2t_pay_flush()
206 packet_len = gst_rtp_buffer_calc_packet_len (avail + size, 0, 0); in gst_rtp_mp2t_pay_handle_buffer()
Dgstrtpmpvpay.c204 packet_len = gst_rtp_buffer_calc_packet_len (avail + 4, 0, 0); in gst_rtp_mpv_pay_flush()
292 packet_len = gst_rtp_buffer_calc_packet_len (avail, 4, 0); in gst_rtp_mpv_pay_handle_buffer()
Dgstrtpmpapay.c210 packet_len = gst_rtp_buffer_calc_packet_len (4 + avail, 0, 0); in gst_rtp_mpa_pay_flush()
289 packet_len = gst_rtp_buffer_calc_packet_len (4 + avail + size, 0, 0); in gst_rtp_mpa_pay_handle_buffer()
Dgstrtpac3pay.c271 packet_len = gst_rtp_buffer_calc_packet_len (2 + avail, 0, 0); in gst_rtp_ac3_pay_flush()
414 packet_len = gst_rtp_buffer_calc_packet_len (2 + avail + map.size, 0, 0); in gst_rtp_ac3_pay_handle_buffer()
Dgstrtpmp4vpay.c278 packet_len = gst_rtp_buffer_calc_packet_len (avail, 0, 0); in gst_rtp_mp4v_pay_flush()
564 packet_len = gst_rtp_buffer_calc_packet_len (avail + size, 0, 0); in gst_rtp_mp4v_pay_handle_buffer()
Dgstrtpg723pay.c223 packet_len = gst_rtp_buffer_calc_packet_len (payload_len, 0, 0); in gst_rtp_g723_pay_handle_buffer()
Dgstrtpamrpay.c313 packet_len = gst_rtp_buffer_calc_packet_len (payload_len, 0, 0); in gst_rtp_amr_pay_handle_buffer()
Dgstrtpmp4apay.c403 packet_len = gst_rtp_buffer_calc_packet_len (header_len + size, 0, 0); in gst_rtp_mp4a_pay_handle_buffer()
Dgstrtpceltpay.c440 packet_len = gst_rtp_buffer_calc_packet_len (payload_len, 0, 0); in gst_rtp_celt_pay_handle_buffer()
Dgstrtph264pay.c1044 if (gst_rtp_buffer_calc_packet_len (size, 0, 0) <= mtu) { in gst_rtp_h264_pay_payload_nal_fragment()
1299 if (gst_rtp_buffer_calc_packet_len (bundle_size, 0, 0) > mtu) { in gst_rtp_h264_pay_payload_nal_bundle()
1312 if (gst_rtp_buffer_calc_packet_len (bundle_size, 0, 0) > mtu) { in gst_rtp_h264_pay_payload_nal_bundle()
Dgstrtph265pay.c1176 if (gst_rtp_buffer_calc_packet_len (size, 0, 0) < mtu) { in gst_rtp_h265_pay_payload_nal_fragment()
1378 if (gst_rtp_buffer_calc_packet_len (bundle_size, 0, 0) > mtu) { in gst_rtp_h265_pay_payload_nal_bundle()
1391 if (gst_rtp_buffer_calc_packet_len (bundle_size, 0, 0) > mtu) { in gst_rtp_h265_pay_payload_nal_bundle()
Dgstrtpmp4gpay.c479 packet_len = gst_rtp_buffer_calc_packet_len (avail, 0, 0); in gst_rtp_mp4g_pay_flush()
Dgstrtpj2kpay.c429 gst_rtp_buffer_calc_packet_len (pu_size + GST_RTP_J2K_HEADER_SIZE, 0, in gst_rtp_j2k_pay_handle_buffer()
Dgstrtpgstpay.c296 packet_len = gst_rtp_buffer_calc_packet_len (8 + avail, 0, 0); in gst_rtp_gst_pay_create_from_adapter()
Dgstrtptheorapay.c649 packet_len = gst_rtp_buffer_calc_packet_len (newsize, 0, 0); in gst_rtp_theora_pay_payload_buffer()
Dgstrtpvorbispay.c631 packet_len = gst_rtp_buffer_calc_packet_len (newsize, 0, 0); in gst_rtp_vorbis_pay_payload_buffer()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpred.c172 gst_rtp_buffer_calc_packet_len (sizeof (out_data), 0, csrc_count)); in GST_START_TEST()
220 gst_rtp_buffer_calc_packet_len (payload_len, 0, 0)); in _push_and_check_redundant_packet()
477 gst_rtp_buffer_calc_packet_len (sizeof (out_data), 0, 0)); in GST_START_TEST()
532 gst_rtp_buffer_calc_packet_len (sizeof (out_data), 0, csrc_count)); in GST_START_TEST()
626 gst_rtp_buffer_calc_packet_len (sizeof (out_data0), 0, 0)); in GST_START_TEST()
649 gst_rtp_buffer_calc_packet_len (sizeof (out_data1), 0, 0)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.h87 guint gst_rtp_buffer_calc_packet_len (guint payload_len, guint8 pad_len, guint8 csr…
Dgstrtpbuffer.c272 gst_rtp_buffer_calc_packet_len (guint payload_len, guint8 pad_len, in gst_rtp_buffer_calc_packet_len() function