Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c82 g_return_if_fail (GST_IS_H264_PICTURE (picture)); in gst_h264_picture_set_user_data()
274 g_return_if_fail (GST_IS_H264_PICTURE (picture)); in gst_h264_dpb_add()
951 g_return_if_fail (GST_IS_H264_PICTURE (picture)); in gst_h264_dpb_set_last_output()
Dgsth264picture.h30 #define GST_IS_H264_PICTURE(obj) (GST_IS_MINI_OBJECT_TYPE(obj, GST_TYPE_H264_PICTURE)) macro