Home
last modified time | relevance | path

Searched refs:GstRtpTheoraPay (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtptheorapay.c82 G_DEFINE_TYPE (GstRtpTheoraPay, gst_rtp_theora_pay, GST_TYPE_RTP_BASE_PAYLOAD);
148 gst_rtp_theora_pay_init (GstRtpTheoraPay * rtptheorapay) in gst_rtp_theora_pay_init()
154 gst_rtp_theora_pay_clear_packet (GstRtpTheoraPay * rtptheorapay) in gst_rtp_theora_pay_clear_packet()
165 gst_rtp_theora_pay_cleanup (GstRtpTheoraPay * rtptheorapay) in gst_rtp_theora_pay_cleanup()
178 GstRtpTheoraPay *rtptheorapay; in gst_rtp_theora_pay_setcaps()
259 gst_rtp_theora_pay_reset_packet (GstRtpTheoraPay * rtptheorapay, guint8 TDT) in gst_rtp_theora_pay_reset_packet()
278 gst_rtp_theora_pay_init_packet (GstRtpTheoraPay * rtptheorapay, guint8 TDT, in gst_rtp_theora_pay_init_packet()
295 gst_rtp_theora_pay_flush_packet (GstRtpTheoraPay * rtptheorapay) in gst_rtp_theora_pay_flush_packet()
359 GstRtpTheoraPay *rtptheorapay = GST_RTP_THEORA_PAY (basepayload); in gst_rtp_theora_pay_finish_headers()
574 GstRtpTheoraPay *rtptheorapay; in gst_rtp_theora_pay_parse_id()
[all …]
Dgstrtptheorapay.h32 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_THEORA_PAY,GstRtpTheoraPay))
40 typedef struct _GstRtpTheoraPay GstRtpTheoraPay; typedef