Home
last modified time | relevance | path

Searched refs:gst_memory_alignment (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.c60 gsize gst_memory_alignment = 7; variable
63 gsize gst_memory_alignment = 0; variable
65 gsize gst_memory_alignment = MEMORY_ALIGNMENT - 1; variable
68 gsize gst_memory_alignment = 0; variable
430 align |= gst_memory_alignment; in _sysmem_new_block()
607 gst_memory_alignment = getpagesize () - 1; in _priv_gst_allocator_initialize()
612 gst_memory_alignment); in _priv_gst_allocator_initialize()
Dgstallocator.h56 GST_API gsize gst_memory_alignment; variable
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dshm.c146 size -= params.align | gst_memory_alignment; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkmemory.c56 gsize align = gst_memory_alignment, offset = 0, maxsize = size; in _vk_mem_init()
Dgstvkbuffermemory.c69 gsize align = gst_memory_alignment, offset = 0, maxsize = size; in _vk_buffer_mem_init()
Dgstvkimagememory.c164 gsize align = gst_memory_alignment, offset = 0, maxsize = size; in gst_vulkan_image_memory_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c116 align |= gst_memory_alignment; in gst_cuda_allocator_alloc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.c135 gsize align = gst_memory_alignment, offset = 0, maxsize; in gst_gl_base_memory_init()
Dgstglmemory.c340 max_align = gst_memory_alignment; in gst_gl_memory_init()
345 if (params->align < max_align && max_align > gst_memory_alignment) { in gst_gl_memory_init()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsink.c261 align |= gst_memory_alignment; in gst_shm_sink_allocator_alloc_locked()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c53 align |= gst_memory_alignment; in custom_sysmem_new()
Drtph264.c50 align |= gst_memory_alignment; in custom_sysmem_new()
/third_party/gstreamer/gstreamer/
DChangeLog40854 allocator: fix type of gst_memory_alignment to match declaration
40856 gstallocator.c:61:8: error: conflicting types for 'gst_memory_alignment'
40857 ../gst/gstallocator.h:52:18: note: previous declaration of 'gst_memory_alignment' was here
63120 Export the gst_memory_alignment variable so that others can know the default