Home
last modified time | relevance | path

Searched refs:GstV4l2MemoryGroup (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.h53 typedef struct _GstV4l2MemoryGroup GstV4l2MemoryGroup; typedef
81 GstV4l2MemoryGroup *group;
104 GstV4l2MemoryGroup * groups[VIDEO_MAX_FRAME];
133 GstV4l2MemoryGroup* gst_v4l2_allocator_alloc_mmap (GstV4l2Allocator * allocator);
135 GstV4l2MemoryGroup* gst_v4l2_allocator_alloc_dmabuf (GstV4l2Allocator * allocator,
138 GstV4l2MemoryGroup * gst_v4l2_allocator_alloc_dmabufin (GstV4l2Allocator * allocator);
140 GstV4l2MemoryGroup * gst_v4l2_allocator_alloc_userptr (GstV4l2Allocator * allocator);
143 GstV4l2MemoryGroup *group,
147 GstV4l2MemoryGroup *group,
154 GstV4l2MemoryGroup * group);
[all …]
Dgstv4l2allocator.c134 GstV4l2MemoryGroup *group = mem->group; in _v4l2mem_dispose()
153 gint plane, gpointer data, int dmafd, GstV4l2MemoryGroup * group) in _v4l2mem_new()
228 gst_v4l2_memory_group_free (GstV4l2MemoryGroup * group) in gst_v4l2_memory_group_free()
239 g_slice_free (GstV4l2MemoryGroup, group); in gst_v4l2_memory_group_free()
242 static GstV4l2MemoryGroup *
248 GstV4l2MemoryGroup *group; in gst_v4l2_memory_group_new()
251 group = g_slice_new0 (GstV4l2MemoryGroup); in gst_v4l2_memory_group_new()
271 g_slice_free (GstV4l2MemoryGroup, group); in gst_v4l2_memory_group_new()
353 GstV4l2MemoryGroup *group = mem->group; in gst_v4l2_allocator_release()
387 GstV4l2MemoryGroup *group = mem->group; in gst_v4l2_allocator_free()
[all …]
Dgstv4l2bufferpool.c87 gst_v4l2_is_buffer_valid (GstBuffer * buffer, GstV4l2MemoryGroup ** out_group) in gst_v4l2_is_buffer_valid()
101 GstV4l2MemoryGroup *group = vmem->group; in gst_v4l2_is_buffer_valid()
218 GstV4l2MemoryGroup *group = NULL; in gst_v4l2_buffer_pool_import_userptr()
343 GstV4l2MemoryGroup *group = NULL; in gst_v4l2_buffer_pool_import_dmabuf()
437 GstV4l2MemoryGroup *group = NULL; in gst_v4l2_buffer_pool_alloc_buffer()
1199 GstV4l2MemoryGroup * group, guint32 * frame_number) in gst_v4l2_buffer_pool_qbuf()
1294 GstV4l2MemoryGroup *group; in gst_v4l2_buffer_pool_dqbuf()
1559 GstV4l2MemoryGroup *group; in gst_v4l2_buffer_pool_acquire_buffer()
1610 GstV4l2MemoryGroup *group; in gst_v4l2_buffer_pool_complete_release_buffer()
1649 GstV4l2MemoryGroup *group; in gst_v4l2_buffer_pool_complete_release_buffer()
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog44397 GstV4l2MemoryGroup. In particular, this allows for closing the DMABUF