Home
last modified time | relevance | path

Searched refs:GST_IS_AV1_PICTURE (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1picture.c85 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()
Dgstav1picture.h39 #define GST_IS_AV1_PICTURE(obj) (GST_IS_MINI_OBJECT_TYPE(obj, GST_TYPE_AV1_PICTURE)) macro