Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp9pay.c81 G_DEFINE_TYPE (GstRtpVP9Pay, gst_rtp_vp9_pay, GST_TYPE_RTP_BASE_PAYLOAD);
100 gst_rtp_vp9_pay_init (GstRtpVP9Pay * obj) in gst_rtp_vp9_pay_init()
149 GstRtpVP9Pay *rtpvp9pay = GST_RTP_VP9_PAY (object); in gst_rtp_vp9_pay_set_property()
169 GstRtpVP9Pay *rtpvp9pay = GST_RTP_VP9_PAY (object); in gst_rtp_vp9_pay_get_property()
189 gst_rtp_vp9_pay_parse_frame (GstRtpVP9Pay * self, GstBuffer * buffer, in gst_rtp_vp9_pay_parse_frame()
309 gst_rtp_vp9_calc_header_len (GstRtpVP9Pay * self, gboolean start) in gst_rtp_vp9_calc_header_len()
383 gst_rtp_vp9_create_header_buffer (GstRtpVP9Pay * self, in gst_rtp_vp9_create_header_buffer()
445 gst_rtp_vp9_payload_next (GstRtpVP9Pay * self, GstBufferList * list, in gst_rtp_vp9_payload_next()
477 GstRtpVP9Pay *self = GST_RTP_VP9_PAY (payload); in gst_rtp_vp9_pay_handle_buffer()
520 GstRtpVP9Pay *self = GST_RTP_VP9_PAY (payload); in gst_rtp_vp9_pay_sink_event()
Dgstrtpvp9pay.h31 (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_RTP_VP9_PAY, GstRtpVP9Pay))
41 typedef struct _GstRtpVP9Pay GstRtpVP9Pay; typedef