Home
last modified time | relevance | path

Searched refs:GstXvImageAllocator (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.h25 typedef struct _GstXvImageAllocator GstXvImageAllocator; typedef
35 …TOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_XVIMAGE_ALLOCATOR, GstXvImageAllocator))
36 #define GST_XVIMAGE_ALLOCATOR_CAST(obj) ((GstXvImageAllocator*)(obj))
41 GstXvImageAllocator * gst_xvimage_allocator_new (GstXvContext * context);
43 GstXvContext * gst_xvimage_allocator_peek_context (GstXvImageAllocator * allocator);
45 GstMemory * gst_xvimage_allocator_alloc (GstXvImageAllocator * allocator,
Dxvimageallocator.c84 GstXvImageAllocator *alloc; in gst_xvimage_memory_is_from_context()
150 GstXvImageAllocator *alloc = (GstXvImageAllocator *) allocator; in gst_xvimage_allocator_free()
271 G_DEFINE_TYPE (GstXvImageAllocator, gst_xvimage_allocator, GST_TYPE_ALLOCATOR);
296 gst_xvimage_allocator_init (GstXvImageAllocator * allocator) in gst_xvimage_allocator_init()
313 GstXvImageAllocator *alloc = GST_XVIMAGE_ALLOCATOR (object); in gst_xvimage_allocator_finalize()
322 GstXvImageAllocator *
325 GstXvImageAllocator *alloc; in gst_xvimage_allocator_new()
337 gst_xvimage_allocator_peek_context (GstXvImageAllocator * allocator) in gst_xvimage_allocator_peek_context()
345 gst_xvimage_allocator_alloc (GstXvImageAllocator * allocator, gint im_format, in gst_xvimage_allocator_alloc()
Dxvimagepool.h42 GstXvImageAllocator *allocator;
65 GstBufferPool * gst_xvimage_buffer_pool_new (GstXvImageAllocator *allocator);
Dxvimagesink.h88 GstXvImageAllocator *allocator;
Dxvimagepool.c249 gst_xvimage_buffer_pool_new (GstXvImageAllocator * allocator) in gst_xvimage_buffer_pool_new()
/third_party/gstreamer/gstplugins_base/
DChangeLog76517 Make a GstXvImageAllocator object that allocates images from the xvcontext. We