Searched refs:gst_rtp_base_payload_allocate_output_buffer (Results 1 – 25 of 38) sorted by relevance
12
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpgsmpay.c | 151 outbuf = gst_rtp_base_payload_allocate_output_buffer (basepayload, 0, 0, 0); in gst_rtp_gsm_pay_handle_buffer()
|
D | gstrtpisacpay.c | 143 outbuf = gst_rtp_base_payload_allocate_output_buffer (basepayload, 0, 0, 0); in gst_rtp_isac_pay_handle_buffer()
|
D | gstrtpldacpay.c | 201 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_ldac_pay_handle_buffer()
|
D | gstrtpklvpay.c | 153 outbuf = gst_rtp_base_payload_allocate_output_buffer (basepayload, 0, 0, 0); in gst_rtp_klv_pay_handle_buffer()
|
D | gstrtpmp2tpay.c | 159 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_mp2t_pay_flush()
|
D | gstrtpmpvpay.c | 211 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_mpv_pay_flush()
|
D | gstrtpspeexpay.c | 285 outbuf = gst_rtp_base_payload_allocate_output_buffer (basepayload, 0, 0, 0); in gst_rtp_speex_pay_handle_buffer()
|
D | gstrtpg723pay.c | 151 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD (pay), in gst_rtp_g723_pay_flush()
|
D | gstrtpmpapay.c | 220 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_mpa_pay_flush()
|
D | gstrtpdvpay.c | 339 gst_rtp_base_payload_allocate_output_buffer (basepayload, in gst_rtp_dv_pay_handle_buffer()
|
D | gstrtpac3pay.c | 281 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_ac3_pay_flush()
|
D | gstrtpamrpay.c | 319 gst_rtp_base_payload_allocate_output_buffer (basepayload, payload_len, 0, in gst_rtp_amr_pay_handle_buffer()
|
D | gstrtpsbcpay.c | 170 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_sbc_pay_drain_buffers()
|
D | gstrtpg729pay.c | 174 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_g729_pay_push()
|
D | gstrtpopuspay.c | 345 outbuf = gst_rtp_base_payload_allocate_output_buffer (basepayload, 0, 0, 0); in gst_rtp_opus_pay_handle_buffer()
|
D | gstrtpmp4apay.c | 414 outbuf = gst_rtp_base_payload_allocate_output_buffer (basepayload, in gst_rtp_mp4a_pay_handle_buffer()
|
D | gstrtph263pay.c | 1362 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_h263_pay_A_fragment_push() 1421 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_h263_pay_B_fragment_push() 1647 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_h263_send_entire_frame()
|
D | gstrtpceltpay.c | 339 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_celt_pay_flush_queued()
|
D | gstrtpmp4gpay.c | 494 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_mp4g_pay_flush()
|
D | gstrtpj2kpay.c | 447 gst_rtp_base_payload_allocate_output_buffer (basepayload, in gst_rtp_j2k_pay_handle_buffer()
|
D | gstrtpvp9pay.c | 393 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD (self), in gst_rtp_vp9_create_header_buffer()
|
D | gstrtpmp4vpay.c | 289 gst_rtp_base_payload_allocate_output_buffer (GST_RTP_BASE_PAYLOAD in gst_rtp_mp4v_pay_flush()
|
D | gstrtpvrawpay.c | 359 out = gst_rtp_base_payload_allocate_output_buffer (payload, left, 0, 0); in gst_rtp_vraw_pay_handle_buffer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbaseaudiopayload.c | 463 outbuf = gst_rtp_base_payload_allocate_output_buffer (basepayload, in gst_rtp_base_audio_payload_push() 529 outbuf = gst_rtp_base_payload_allocate_output_buffer (basepayload, 0, 0, 0); in gst_rtp_base_audio_payload_push_buffer() 638 outbuf = gst_rtp_base_payload_allocate_output_buffer (basepayload, 0, 0, 0); in gst_rtp_base_audio_payload_flush()
|
D | gstrtpbasepayload.h | 180 GstBuffer * gst_rtp_base_payload_allocate_output_buffer (GstRTPBasePayload * payload,
|
12