Home
last modified time | relevance | path

Searched refs:GST_MINI_OBJECT_FLAG_IS_SET (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstminiobject.h110 #define GST_MINI_OBJECT_FLAG_IS_SET(obj,flag) !!(GST_MINI_OBJECT_FLAGS (obj) & (flag)) macro
157 #define GST_MINI_OBJECT_IS_LOCKABLE(obj) GST_MINI_OBJECT_FLAG_IS_SET(obj, GST_MINI_OBJECT_FLAG_LOC…
Dgstmemory.h89 #define GST_MEMORY_FLAG_IS_SET(mem,flag) GST_MINI_OBJECT_FLAG_IS_SET (mem,flag)
Dgstcaps.h174 #define GST_CAPS_FLAG_IS_SET(caps,flag) GST_MINI_OBJECT_FLAG_IS_SET (caps, flag)
Dgstbuffer.h60 #define GST_BUFFER_FLAG_IS_SET(buf,flag) GST_MINI_OBJECT_FLAG_IS_SET (buf, flag)
Dgstbus.c342 g_assert (!GST_MINI_OBJECT_FLAG_IS_SET (message, in gst_bus_post()
Dgstmessage.c185 if (GST_MINI_OBJECT_FLAG_IS_SET (message, GST_MESSAGE_FLAG_ASYNC_DELIVERY)) { in _gst_message_dispose()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstleaks.c605 if (GST_MINI_OBJECT_FLAG_IS_SET (obj, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED)) in create_leaks_list()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp9dec.c887 if (GST_MINI_OBJECT_FLAG_IS_SET (picture, FLAG_PICTURE_OUTPUTED)) { in gst_v4l2_codec_vp9_dec_duplicate_picture()