Home
last modified time | relevance | path

Searched refs:GstAllocationParams (Results 1 – 25 of 139) sorted by relevance

123456

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h47 typedef struct _GstAllocationParams GstAllocationParams; typedef
147 GstAllocationParams *params);
171 GstAllocationParams * gst_allocation_params_new (void) G_GNUC_MALLOC;
174 void gst_allocation_params_init (GstAllocationParams *params);
177 GstAllocationParams *
178 gst_allocation_params_copy (const GstAllocationParams *params) G_GNUC_MALLOC;
181 void gst_allocation_params_free (GstAllocationParams *params);
187 GstAllocationParams *params);
197 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAllocationParams, gst_allocation_params_free)
Dgstallocator.c95 GstAllocationParams params = { 0, mem->align, 0, 0, }; in _fallback_mem_copy()
141 G_DEFINE_BOXED_TYPE (GstAllocationParams, gst_allocation_params,
160 GstAllocationParams *
165 GstAllocationParams *result = g_slice_new (GstAllocationParams); in gst_allocation_params_new()
177 gst_allocation_params_init (GstAllocationParams * params) in gst_allocation_params_init()
181 memset (params, 0, sizeof (GstAllocationParams)); in gst_allocation_params_init()
192 GstAllocationParams *
193 gst_allocation_params_copy (const GstAllocationParams * params) in gst_allocation_params_copy()
195 GstAllocationParams *result = NULL; in gst_allocation_params_copy()
199 (GstAllocationParams *) g_slice_copy (sizeof (GstAllocationParams), in gst_allocation_params_copy()
[all …]
Dgstbufferpool.h315 const GstAllocationParams *params);
319 GstAllocationParams *params);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.h148 … const GstAllocationParams * alloc_params,
160 … const GstAllocationParams * alloc_params,
168 … const GstAllocationParams * alloc_params,
180 … const GstAllocationParams * alloc_params,
192 … const GstAllocationParams * alloc_params,
273 const GstAllocationParams *params,
Dgstglrenderbuffer.c118 GstGLFormat renderbuffer_format, const GstAllocationParams * params, in gst_gl_renderbuffer_init()
167 GstAllocationParams * params) in _gl_rbo_alloc()
382 const GstAllocationParams * alloc_params, guint width, guint height, in _gst_gl_renderbuffer_allocation_params_init_full()
419 const GstAllocationParams * alloc_params, GstGLFormat renderbuffer_format, in gst_gl_renderbuffer_allocation_params_new()
458 const GstAllocationParams * alloc_params, GstGLFormat renderbuffer_format, in gst_gl_renderbuffer_allocation_params_new_wrapped()
Dgstglbasememory.h208 GstAllocationParams *alloc_params;
230 … const GstAllocationParams * alloc_params,
401 const GstAllocationParams * params,
Dgstglrenderbuffer.h131 … const GstAllocationParams * alloc_params,
138 … const GstAllocationParams * alloc_params,
Dgstglbuffer.c137 const GstAllocationParams * params, gsize size) in _gl_buffer_init()
152 const GstAllocationParams * params, gsize size) in _gl_buffer_new()
378 GstAllocationParams params = { 0, src->mem.mem.align, 0, 0 }; in _gl_buffer_copy()
409 GstAllocationParams * params) in _gl_buffer_alloc()
464 const GstAllocationParams * alloc_params, guint gl_target, guint gl_usage) in gst_gl_buffer_allocation_params_new()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkmemory.c52 GstAllocationParams * params, gsize size, in _vk_mem_init()
94 GstAllocationParams * params, gsize size, in _vk_mem_new()
159 GstAllocationParams params = { 0, }; in _vk_mem_share()
189 GstAllocationParams * params) in _vk_mem_alloc()
266 GstAllocationParams * params, gsize size, VkMemoryPropertyFlags mem_flags) in gst_vulkan_memory_alloc()
Dgstvkbuffermemory.c66 GstAllocationParams * params, gsize size, gpointer user_data, in _vk_buffer_mem_init()
105 GstAllocationParams params = { 0, }; in _vk_buffer_mem_new_alloc()
172 GstAllocationParams params = { 0, }; in _vk_buffer_mem_new_wrapped()
245 GstAllocationParams * params) in _vk_buffer_mem_alloc()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvapool.h45 GstAllocationParams * alloc_params);
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabufferpool.c64 GstAllocationParams *params = (GstAllocationParams *) & priv->params; in gst_cuda_buffer_pool_set_config()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosurfacevulkanmemory.c82 _mem_alloc (GstAllocator * allocator, gsize size, GstAllocationParams * params) in _mem_alloc()
147 GstAllocationParams params = { 0, }; in _io_surface_vulkan_memory_new()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dstruct_ppc64.h2 {"GstAllocationParams", sizeof (GstAllocationParams), 64},
Dstruct_i386.h2 {"GstAllocationParams", sizeof (GstAllocationParams), 32},
Dstruct_x86_64.h2 {"GstAllocationParams", sizeof (GstAllocationParams), 64},
Dstruct_i386w.h2 {"GstAllocationParams", sizeof (GstAllocationParams), 32},
Dstruct_arm.h3 {"GstAllocationParams", sizeof (GstAllocationParams), 32},
Dstruct_x86_64w.h2 {"GstAllocationParams", sizeof (GstAllocationParams), 64},
Dstruct_hppa.h2 {"GstAllocationParams", sizeof (GstAllocationParams), 64},
Dstruct_sparc.h2 {"GstAllocationParams", sizeof (GstAllocationParams), 64},
Dstruct_ppc32.h2 {"GstAllocationParams", sizeof (GstAllocationParams), 32},
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Dgstgdpdepay.h73 GstAllocationParams allocation_params;
/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmemory_test.c11 GstAllocationParams params; in main()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsink.h71 GstAllocationParams params;

123456