Lines Matching refs:GstAV1Picture
45 #define GST_AV1_PICTURE(obj) ((GstAV1Picture *)obj)
47 typedef struct _GstAV1Picture GstAV1Picture; typedef
90 GstAV1Picture * gst_av1_picture_new (void);
92 static inline GstAV1Picture *
93 gst_av1_picture_ref (GstAV1Picture * picture) in gst_av1_picture_ref()
95 return (GstAV1Picture *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (picture)); in gst_av1_picture_ref()
99 gst_av1_picture_unref (GstAV1Picture * picture) in gst_av1_picture_unref()
105 gst_av1_picture_replace (GstAV1Picture ** old_picture, in gst_av1_picture_replace()
106 GstAV1Picture * new_picture) in gst_av1_picture_replace()
113 gst_av1_picture_clear (GstAV1Picture ** picture) in gst_av1_picture_clear()
122 void gst_av1_picture_set_user_data (GstAV1Picture * picture,
127 gpointer gst_av1_picture_get_user_data (GstAV1Picture * picture);
141 GstAV1Picture *pic_list[GST_AV1_NUM_REF_FRAMES];
155 GstAV1Picture * picture);
157 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAV1Picture, gst_av1_picture_unref)