Searched refs:GST_IS_H265_PICTURE (Results 1 – 2 of 2) sorted by relevance
84 g_return_if_fail (GST_IS_H265_PICTURE (picture)); in gst_h265_picture_set_user_data()210 g_return_if_fail (GST_IS_H265_PICTURE (picture)); in gst_h265_dpb_add()
36 #define GST_IS_H265_PICTURE(obj) (GST_IS_MINI_OBJECT_TYPE(obj, GST_TYPE_H265_PICTURE)) macro