/third_party/gstreamer/gstreamer/gst/ |
D | gstallocator.h | 47 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)
|
D | gstallocator.c | 95 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 …]
|
D | gstbufferpool.h | 315 const GstAllocationParams *params); 319 GstAllocationParams *params);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglmemory.h | 148 … 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,
|
D | gstglrenderbuffer.c | 118 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()
|
D | gstglbasememory.h | 208 GstAllocationParams *alloc_params; 230 … const GstAllocationParams * alloc_params, 401 const GstAllocationParams * params,
|
D | gstglrenderbuffer.h | 131 … const GstAllocationParams * alloc_params, 138 … const GstAllocationParams * alloc_params,
|
D | gstglbuffer.c | 137 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/ |
D | gstvkmemory.c | 52 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()
|
D | gstvkbuffermemory.c | 66 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/ |
D | gstvapool.h | 45 GstAllocationParams * alloc_params);
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudabufferpool.c | 64 GstAllocationParams *params = (GstAllocationParams *) & priv->params; in gst_cuda_buffer_pool_set_config()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | iosurfacevulkanmemory.c | 82 _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/ |
D | struct_ppc64.h | 2 {"GstAllocationParams", sizeof (GstAllocationParams), 64},
|
D | struct_i386.h | 2 {"GstAllocationParams", sizeof (GstAllocationParams), 32},
|
D | struct_x86_64.h | 2 {"GstAllocationParams", sizeof (GstAllocationParams), 64},
|
D | struct_i386w.h | 2 {"GstAllocationParams", sizeof (GstAllocationParams), 32},
|
D | struct_arm.h | 3 {"GstAllocationParams", sizeof (GstAllocationParams), 32},
|
D | struct_x86_64w.h | 2 {"GstAllocationParams", sizeof (GstAllocationParams), 64},
|
D | struct_hppa.h | 2 {"GstAllocationParams", sizeof (GstAllocationParams), 64},
|
D | struct_sparc.h | 2 {"GstAllocationParams", sizeof (GstAllocationParams), 64},
|
D | struct_ppc32.h | 2 {"GstAllocationParams", sizeof (GstAllocationParams), 32},
|
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | gstgdpdepay.h | 73 GstAllocationParams allocation_params;
|
/third_party/gstreamer/gstreamer/tests/examples/memory/ |
D | memory_test.c | 11 GstAllocationParams params; in main()
|
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | gstshmsink.h | 71 GstAllocationParams params;
|