Lines Matching refs:GstWebPDec
78 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()
372 gst_webp_dec_update_src_caps (GstWebPDec * dec, GstMapInfo * map_info) in gst_webp_dec_update_src_caps()
425 GstWebPDec *webpdec = (GstWebPDec *) decoder; in gst_webp_dec_handle_frame()