Home
last modified time | relevance | path

Searched refs:GST_RTP_BASE_PAYLOAD_CLASS (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpsbcpay.c257 return GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, event); in gst_rtp_sbc_pay_sink_event()
292 GstRTPBasePayloadClass *payload_class = GST_RTP_BASE_PAYLOAD_CLASS (klass); in gst_rtp_sbc_pay_class_init()
Dgstrtpopuspay.c380 GST_RTP_BASE_PAYLOAD_CLASS (gst_rtp_opus_pay_parent_class)->get_caps in gst_rtp_opus_pay_getcaps()
389 GST_RTP_BASE_PAYLOAD_CLASS (gst_rtp_opus_pay_parent_class)->get_caps in gst_rtp_opus_pay_getcaps()
Dgstrtpvp9pay.c115 GST_RTP_BASE_PAYLOAD_CLASS (gst_rtp_vp9_pay_class); in gst_rtp_vp9_pay_class_init()
529 return GST_RTP_BASE_PAYLOAD_CLASS (gst_rtp_vp9_pay_parent_class)->sink_event in gst_rtp_vp9_pay_sink_event()
Dgstrtpldacpay.c120 GstRTPBasePayloadClass *payload_class = GST_RTP_BASE_PAYLOAD_CLASS (klass); in gst_rtp_ldac_pay_class_init()
DgstrtpL8pay.c239 return GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->handle_buffer (basepayload, in gst_rtp_L8_pay_handle_buffer()
DgstrtpL24pay.c238 return GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->handle_buffer (basepayload, in gst_rtp_L24_pay_handle_buffer()
Dgstrtpvp8pay.c161 GST_RTP_BASE_PAYLOAD_CLASS (gst_rtp_vp8_pay_class); in gst_rtp_vp8_pay_class_init()
693 return GST_RTP_BASE_PAYLOAD_CLASS (gst_rtp_vp8_pay_parent_class)->sink_event in gst_rtp_vp8_pay_sink_event()
Dgstrtpgstpay.c533 GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, in gst_rtp_gst_pay_sink_event()
611 return GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->src_event (payload, event); in gst_rtp_gst_pay_src_event()
DgstrtpL16pay.c257 return GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->handle_buffer (basepayload, in gst_rtp_L16_pay_handle_buffer()
Dgstrtpmpvpay.c168 ret = GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, event); in gst_rtp_mpv_pay_sink_event()
Dgstrtpmpapay.c170 ret = GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, event); in gst_rtp_mpa_pay_sink_event()
Dgstrtpg726pay.c378 GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->handle_buffer (payload, in gst_rtp_g726_pay_handle_buffer()
Dgstrtpac3pay.c186 res = GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, event); in gst_rtp_ac3_pay_sink_event()
Dgstrtpg729pay.c100 GstRTPBasePayloadClass *payload_class = GST_RTP_BASE_PAYLOAD_CLASS (klass); in gst_rtp_g729_pay_class_init()
Dgstrtpmp4gpay.c607 return GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, event); in gst_rtp_mp4g_pay_sink_event()
Dgstrtpmp4vpay.c605 return GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (pay, event); in gst_rtp_mp4v_pay_sink_event()
Dgstrtptheorapay.c919 return GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, event); in gst_rtp_theora_pay_sink_event()
Dgstrtpvorbispay.c941 return GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, event); in gst_rtp_vorbis_pay_sink_event()
Dgstrtph261pay.c1051 gstrtpbasepayload_class = GST_RTP_BASE_PAYLOAD_CLASS (klass); in gst_rtp_h261_pay_class_init()
Dgstrtph264pay.c1742 res = GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, event); in gst_rtp_h264_pay_sink_event()
Dgstrtph265pay.c1751 res = GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, event); in gst_rtp_h265_pay_sink_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasepayload.h32 #define GST_RTP_BASE_PAYLOAD_CLASS(klass) \ macro
Dgstrtpbaseaudiopayload.c1001 res = GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (basep, event); in gst_rtp_base_payload_audio_sink_event()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasepayload.c86 gstrtpbasepayload_class = GST_RTP_BASE_PAYLOAD_CLASS (klass); in gst_rtp_dummy_pay_class_init()