Home
last modified time | relevance | path

Searched refs:GST_MINI_OBJECT_FLAGS (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstminiobject.h102 #define GST_MINI_OBJECT_FLAGS(obj) (GST_MINI_OBJECT_CAST(obj)->flags) macro
110 #define GST_MINI_OBJECT_FLAG_IS_SET(obj,flag) !!(GST_MINI_OBJECT_FLAGS (obj) & (flag))
118 #define GST_MINI_OBJECT_FLAG_SET(obj,flag) (GST_MINI_OBJECT_FLAGS (obj) |= (flag))
126 #define GST_MINI_OBJECT_FLAG_UNSET(obj,flag) (GST_MINI_OBJECT_FLAGS (obj) &= ~(flag))
Dgstmemory.h81 #define GST_MEMORY_FLAGS(mem) GST_MINI_OBJECT_FLAGS (mem)
Dgstcaps.h149 #define GST_CAPS_FLAGS(caps) GST_MINI_OBJECT_FLAGS(caps)
Dgstallocator.c505 _sysmem_new (GST_MINI_OBJECT_FLAGS (parent) | in _sysmem_share()
Dgstbuffer.h52 #define GST_BUFFER_FLAGS(buf) GST_MINI_OBJECT_FLAGS(buf)
Dgstbuffer.c576 GST_MINI_OBJECT_FLAGS (dest) = in gst_buffer_copy_into()
577 (GST_MINI_OBJECT_FLAGS (src) & flags_mask) | in gst_buffer_copy_into()
578 (GST_MINI_OBJECT_FLAGS (dest) & ~flags_mask); in gst_buffer_copy_into()
Dgstbufferpool.c1308 GST_MINI_OBJECT_FLAGS (buffer)); in default_release_buffer()
/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmy-memory.c106 gst_memory_init (GST_MEMORY_CAST (sub), GST_MINI_OBJECT_FLAGS (parent) | in _my_mem_share()
Dmy-vidmem.c101 gst_memory_init (GST_MEMORY_CAST (sub), GST_MINI_OBJECT_FLAGS (parent) | in _my_vidmem_share()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstfdmemory.c201 gst_memory_init (GST_MEMORY_CAST (sub), GST_MINI_OBJECT_FLAGS (parent) | in gst_fd_mem_share()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcorevideomemory.c404 GST_MEMORY_CAST (gst_apple_core_video_memory_new (GST_MINI_OBJECT_FLAGS in gst_apple_core_video_mem_share()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c228 gst_memory_init (GST_MEMORY_CAST (sub), GST_MINI_OBJECT_FLAGS (parent) | in gst_xvimage_memory_share()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagepool.c156 gst_memory_init (GST_MEMORY_CAST (sub), GST_MINI_OBJECT_FLAGS (parent) | in ximage_memory_share()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsink.c211 gst_memory_init (GST_MEMORY_CAST (mysub), GST_MINI_OBJECT_FLAGS (parent) | in gst_shm_sink_allocator_mem_share()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c187 sub = _v4l2mem_new (GST_MINI_OBJECT_FLAGS (parent) | in _v4l2mem_share()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c1256 gst_memory_init (GST_MEMORY_CAST (sub), GST_MINI_OBJECT_FLAGS (parent) | in _va_share()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c2742 GST_MINI_OBJECT_FLAGS (dest) = GST_MINI_OBJECT_FLAGS (src); in gst_base_parse_finish_frame()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c457 gst_memory_init (GST_MEMORY_CAST (sub), GST_MINI_OBJECT_FLAGS (parent) | in gst_d3d_surface_memory_share()