Lines Matching refs:GstVp8Picture
30 #define GST_VP8_PICTURE(obj) ((GstVp8Picture *)obj)
33 typedef struct _GstVp8Picture GstVp8Picture; typedef
57 GstVp8Picture * gst_vp8_picture_new (void);
59 static inline GstVp8Picture *
60 gst_vp8_picture_ref (GstVp8Picture * picture) in gst_vp8_picture_ref()
62 return (GstVp8Picture *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (picture)); in gst_vp8_picture_ref()
66 gst_vp8_picture_unref (GstVp8Picture * picture) in gst_vp8_picture_unref()
72 gst_vp8_picture_replace (GstVp8Picture ** old_picture, in gst_vp8_picture_replace()
73 GstVp8Picture * new_picture) in gst_vp8_picture_replace()
80 gst_vp8_picture_clear (GstVp8Picture ** picture) in gst_vp8_picture_clear()
89 void gst_vp8_picture_set_user_data (GstVp8Picture * picture,
94 gpointer gst_vp8_picture_get_user_data (GstVp8Picture * picture);