Searched refs:GST_IS_AV1_PICTURE (Results 1 – 2 of 2) sorted by relevance
85 g_return_if_fail (GST_IS_AV1_PICTURE (picture)); in gst_av1_picture_set_user_data()182 g_return_if_fail (GST_IS_AV1_PICTURE (picture)); in gst_av1_dpb_add()
39 #define GST_IS_AV1_PICTURE(obj) (GST_IS_MINI_OBJECT_TYPE(obj, GST_TYPE_AV1_PICTURE)) macro