Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpdec.c78 static gboolean gst_webp_dec_reset_frame (GstWebPDec * webpdec);
81 G_DEFINE_TYPE (GstWebPDec, gst_webp_dec, GST_TYPE_VIDEO_DECODER);
136 gst_webp_dec_init (GstWebPDec * dec) in gst_webp_dec_init()
152 gst_webp_dec_reset_frame (GstWebPDec * webpdec) in gst_webp_dec_reset_frame()
170 GstWebPDec *dec; in gst_webp_dec_set_property()
195 GstWebPDec *dec; in gst_webp_dec_get_property()
219 GstWebPDec *webpdec = (GstWebPDec *) decoder; in gst_webp_dec_start()
227 GstWebPDec *webpdec = (GstWebPDec *) bdec; in gst_webp_dec_stop()
243 GstWebPDec *webpdec = (GstWebPDec *) decoder; in gst_webp_dec_set_format()
305 GstWebPDec *webpdec = (GstWebPDec *) decoder; in gst_webp_dec_parse()
[all …]
Dgstwebpdec.h38 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_WEBP_DEC,GstWebPDec))
46 typedef struct _GstWebPDec GstWebPDec; typedef