Home
last modified time | relevance | path

Searched refs:GST_RTP_BASE_PAYLOAD_PT (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpgsmpay.c98 GST_RTP_BASE_PAYLOAD_PT (rtpgsmpay) = GST_RTP_PAYLOAD_GSM; in gst_rtp_gsm_pay_init()
Dgstrtpmp2tpay.c96 GST_RTP_BASE_PAYLOAD_PT (rtpmp2tpay) = GST_RTP_PAYLOAD_MP2T; in gst_rtp_mp2t_pay_init()
Dgstrtpspeexpay.c103 GST_RTP_BASE_PAYLOAD_PT (rtpspeexpay) = 110; /* Create String */ in gst_rtp_speex_pay_init()
Dgstrtpmpvpay.c113 GST_RTP_BASE_PAYLOAD_PT (rtpmpvpay) = GST_RTP_PAYLOAD_MPV; in gst_rtp_mpv_pay_init()
Dgstrtpsbcpay.c176 gst_rtp_buffer_set_payload_type (&rtp, GST_RTP_BASE_PAYLOAD_PT (sbcpay)); in gst_rtp_sbc_pay_drain_buffers()
Dgstrtpjpegpay.c305 GST_RTP_BASE_PAYLOAD_PT (pay) = GST_RTP_PAYLOAD_JPEG; in gst_rtp_jpeg_pay_init()
Dgstrtph263pay.c448 GST_RTP_BASE_PAYLOAD_PT (rtph263pay) = GST_RTP_PAYLOAD_H263; in gst_rtp_h263_pay_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasepayload.c1096 "payload", G_TYPE_INT, GST_RTP_BASE_PAYLOAD_PT (payload), in gst_rtp_base_payload_negotiate()
1143 GST_RTP_BASE_PAYLOAD_PT (payload), NULL); in gst_rtp_base_payload_negotiate()
1148 GST_RTP_BASE_PAYLOAD_PT (payload)); in gst_rtp_base_payload_negotiate()
1154 GST_RTP_BASE_PAYLOAD_PT (payload)); in gst_rtp_base_payload_negotiate()
1169 GST_RTP_BASE_PAYLOAD_PT (payload) = pt; in gst_rtp_base_payload_negotiate()
1175 GST_RTP_BASE_PAYLOAD_PT (payload)); in gst_rtp_base_payload_negotiate()
1177 GST_RTP_BASE_PAYLOAD_PT (payload) = pt; in gst_rtp_base_payload_negotiate()
1181 pt = GST_RTP_BASE_PAYLOAD_PT (payload); in gst_rtp_base_payload_negotiate()
Dgstrtpbasepayload.h68 #define GST_RTP_BASE_PAYLOAD_PT(payload) (GST_RTP_BASE_PAYLOAD (payload)->pt) macro
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstrtpasfpay.c275 gst_rtp_buffer_set_payload_type (&rtp, GST_RTP_BASE_PAYLOAD_PT (rtppay)); in gst_rtp_asf_pay_handle_packet()