Lines Matching refs:GstH264Picture
31 #define GST_H264_PICTURE(obj) ((GstH264Picture *)obj)
35 typedef struct _GstH264Picture GstH264Picture; typedef
159 GstH264Picture * other_field;
186 GstH264Picture * gst_h264_picture_new (void);
188 static inline GstH264Picture *
189 gst_h264_picture_ref (GstH264Picture * picture) in gst_h264_picture_ref()
191 return (GstH264Picture *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (picture)); in gst_h264_picture_ref()
195 gst_h264_picture_unref (GstH264Picture * picture) in gst_h264_picture_unref()
201 gst_h264_picture_replace (GstH264Picture ** old_picture, in gst_h264_picture_replace()
202 GstH264Picture * new_picture) in gst_h264_picture_replace()
209 gst_h264_picture_clear (GstH264Picture ** picture) in gst_h264_picture_clear()
218 void gst_h264_picture_set_user_data (GstH264Picture * picture,
223 gpointer gst_h264_picture_get_user_data (GstH264Picture * picture);
259 GstH264Picture * picture);
271 GstH264Picture * gst_h264_dpb_get_short_ref_by_pic_num (GstH264Dpb * dpb,
275 GstH264Picture * gst_h264_dpb_get_long_ref_by_long_term_pic_num (GstH264Dpb * dpb,
279 GstH264Picture * gst_h264_dpb_get_lowest_frame_num_short_ref (GstH264Dpb * dpb);
296 GstH264Picture * gst_h264_dpb_get_picture (GstH264Dpb * dpb,
307 GstH264Picture * to_insert,
311 GstH264Picture * gst_h264_dpb_bump (GstH264Dpb * dpb,
316 GstH264Picture * picture);
321 … GstH264Picture * picture);
324 void gst_h264_picture_set_reference (GstH264Picture * picture,
328 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstH264Picture, gst_h264_picture_unref)