Home
last modified time | relevance | path

Searched refs:GST_RTP_BASE_PAYLOAD_MTU (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpgsmpay.c148 if (payload_len > GST_RTP_BASE_PAYLOAD_MTU (rtpgsmpay)) in gst_rtp_gsm_pay_handle_buffer()
174 GST_RTP_BASE_PAYLOAD_MTU (rtpgsmpay))); in gst_rtp_gsm_pay_handle_buffer()
Dgstrtpldacpay.c153 if (GST_RTP_BASE_PAYLOAD_MTU (ldacpay) < GST_LDAC_MTU_REQUIRED) { in gst_rtp_ldac_pay_set_caps()
155 GST_RTP_BASE_PAYLOAD_MTU (ldacpay), GST_LDAC_MTU_REQUIRED); in gst_rtp_ldac_pay_set_caps()
Dgstrtpmpvpay.c194 gst_buffer_list_new_sized (avail / (GST_RTP_BASE_PAYLOAD_MTU (rtpmpvpay) - in gst_rtp_mpv_pay_flush()
206 towrite = MIN (packet_len, GST_RTP_BASE_PAYLOAD_MTU (rtpmpvpay)); in gst_rtp_mpv_pay_flush()
Dgstrtpmpapay.c197 gst_buffer_list_new_sized (avail / (GST_RTP_BASE_PAYLOAD_MTU (rtpmpapay) - in gst_rtp_mpa_pay_flush()
213 towrite = MIN (packet_len, GST_RTP_BASE_PAYLOAD_MTU (rtpmpapay)); in gst_rtp_mpa_pay_flush()
Dgstrtpsbcpay.c160 gst_rtp_buffer_calc_payload_len (GST_RTP_BASE_PAYLOAD_MTU (sbcpay) - in gst_rtp_sbc_pay_drain_buffers()
231 GST_RTP_BASE_PAYLOAD_MTU (sbcpay) || in gst_rtp_sbc_pay_handle_buffer()
Dgstrtpklvpay.c122 mtu = GST_RTP_BASE_PAYLOAD_MTU (basepayload); in gst_rtp_klv_pay_handle_buffer()
Dgstrtpmp2tpay.c135 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtpmp2tpay); in gst_rtp_mp2t_pay_flush()
Dgstrtpspeexpay.c289 GST_RTP_BASE_PAYLOAD_MTU (rtpspeexpay)); in gst_rtp_speex_pay_handle_buffer()
Dgstrtpdvpay.c306 max_payload_size = ((GST_RTP_BASE_PAYLOAD_MTU (rtpdvpay) - hdrlen) / 80) * 80; in gst_rtp_dv_pay_handle_buffer()
Dgstrtpamrpay.c263 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtpamrpay); in gst_rtp_amr_pay_handle_buffer()
Dgstrtpac3pay.c258 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtpac3pay); in gst_rtp_ac3_pay_flush()
Dgstrtpg729pay.c263 (int) (gst_rtp_buffer_calc_payload_len (GST_RTP_BASE_PAYLOAD_MTU in gst_rtp_g729_pay_handle_buffer()
Dgstrtpmp4apay.c378 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtpmp4apay); in gst_rtp_mp4a_pay_handle_buffer()
Dgstrtpmp4gpay.c468 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtpmp4gpay); in gst_rtp_mp4g_pay_flush()
Dgstrtpvp9pay.c491 mtu = GST_RTP_BASE_PAYLOAD_MTU (payload); in gst_rtp_vp9_pay_handle_buffer()
Dgstrtpj2kpay.c349 mtu = GST_RTP_BASE_PAYLOAD_MTU (pay); in gst_rtp_j2k_pay_handle_buffer()
Dgstrtpmp4vpay.c264 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtpmp4vpay); in gst_rtp_mp4v_pay_flush()
Dgstrtpvrawpay.c311 mtu = GST_RTP_BASE_PAYLOAD_MTU (payload); in gst_rtp_vraw_pay_handle_buffer()
Dgstrtpvp8pay.c661 mtu = GST_RTP_BASE_PAYLOAD_MTU (payload); in gst_rtp_vp8_pay_handle_buffer()
Dgstrtpgstpay.c280 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtpgstpay); in gst_rtp_gst_pay_create_from_adapter()
Dgstrtph263ppay.c733 (GST_RTP_BASE_PAYLOAD_MTU (rtph263ppay) - header_len, 0, 0)); in gst_rtp_h263p_pay_flush()
Dgstrtph265pay.c1005 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtph265pay); in gst_rtp_h265_pay_payload_nal()
1346 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtph265pay); in gst_rtp_h265_pay_payload_nal_bundle()
Dgstrtph264pay.c1041 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtph264pay); in gst_rtp_h264_pay_payload_nal_fragment()
1267 mtu = GST_RTP_BASE_PAYLOAD_MTU (rtph264pay); in gst_rtp_h264_pay_payload_nal_bundle()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasepayload.h75 #define GST_RTP_BASE_PAYLOAD_MTU(payload) (GST_RTP_BASE_PAYLOAD (payload)->mtu) macro
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstrtpasfpay.c196 gst_rtp_buffer_new_allocate_len (GST_RTP_BASE_PAYLOAD_MTU (rtpasfpay), in gst_rtp_asf_pay_handle_packet()

12