Searched refs:GstXvImageAllocator (Results 1 – 6 of 6) sorted by relevance
25 typedef struct _GstXvImageAllocator GstXvImageAllocator; typedef35 …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,
84 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()
42 GstXvImageAllocator *allocator;65 GstBufferPool * gst_xvimage_buffer_pool_new (GstXvImageAllocator *allocator);
88 GstXvImageAllocator *allocator;
249 gst_xvimage_buffer_pool_new (GstXvImageAllocator * allocator) in gst_xvimage_buffer_pool_new()
76517 Make a GstXvImageAllocator object that allocates images from the xvcontext. We