Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265picture.c84 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()
Dgsth265picture.h36 #define GST_IS_H265_PICTURE(obj) (GST_IS_MINI_OBJECT_TYPE(obj, GST_TYPE_H265_PICTURE)) macro