Searched refs:GstV4l2Allocator (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2allocator.h | 36 …bj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_V4L2_ALLOCATOR, GstV4l2Allocator)) 38 #define GST_V4L2_ALLOCATOR_CAST(obj) ((GstV4l2Allocator *)(obj)) 51 typedef struct _GstV4l2Allocator GstV4l2Allocator; typedef 120 gboolean gst_v4l2_allocator_is_active (GstV4l2Allocator * allocator); 122 guint gst_v4l2_allocator_get_size (GstV4l2Allocator * allocator); 124 GstV4l2Allocator* gst_v4l2_allocator_new (GstObject *parent, GstV4l2Object * obj); 126 guint gst_v4l2_allocator_start (GstV4l2Allocator * allocator, 129 GstV4l2Return gst_v4l2_allocator_stop (GstV4l2Allocator * allocator); 131 gboolean gst_v4l2_allocator_orphan (GstV4l2Allocator * allocator); 133 GstV4l2MemoryGroup* gst_v4l2_allocator_alloc_mmap (GstV4l2Allocator * allocator); [all …]
|
D | gstv4l2allocator.c | 45 G_DEFINE_TYPE (GstV4l2Allocator, gst_v4l2_allocator, GST_TYPE_ALLOCATOR); 66 static void gst_v4l2_allocator_release (GstV4l2Allocator * allocator, 133 GstV4l2Allocator *allocator = (GstV4l2Allocator *) mem->mem.allocator; in _v4l2mem_dispose() 243 gst_v4l2_memory_group_new (GstV4l2Allocator * allocator, guint32 index) in gst_v4l2_memory_group_new() 351 gst_v4l2_allocator_release (GstV4l2Allocator * allocator, GstV4l2Memory * mem) in gst_v4l2_allocator_release() 384 GstV4l2Allocator *allocator = (GstV4l2Allocator *) gallocator; in gst_v4l2_allocator_free() 410 GstV4l2Allocator *allocator = (GstV4l2Allocator *) obj; in gst_v4l2_allocator_dispose() 428 GstV4l2Allocator *allocator = (GstV4l2Allocator *) obj; in gst_v4l2_allocator_finalize() 462 gst_v4l2_allocator_init (GstV4l2Allocator * allocator) in gst_v4l2_allocator_init() 483 gst_v4l2_allocator_probe (GstV4l2Allocator * allocator, guint32 memory, in gst_v4l2_allocator_probe() [all …]
|
D | gstv4l2bufferpool.h | 76 GstV4l2Allocator *vallocator;
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 50835 v4l2bufferpool: Port to use GstV4l2Allocator
|