Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Dusergroup-test.c48 char **amem, **bmem; in compare_group() local
66 for (amem = a->gr_mem, bmem = b->gr_mem; *amem && *bmem; ++amem, ++bmem) { in compare_group()
67 if (!pa_streq(*amem, *bmem)) { in compare_group()
68 fprintf(stderr, "Group member mismatch: [%s] [%s]\n", *amem, *bmem); in compare_group()
73 if (*amem || *bmem) { in compare_group()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosurfaceglmemory.c45 _io_surface_gl_memory_create (GstGLBaseMemory * bmem, GError ** error) in _io_surface_gl_memory_create() argument
47 GstGLMemory *gl_mem = (GstGLMemory *) bmem; in _io_surface_gl_memory_create()
71 _io_surface_gl_memory_allocator_map (GstGLBaseMemory * bmem, in _io_surface_gl_memory_allocator_map() argument
74 GstGLMemory *gl_mem = (GstGLMemory *) bmem; in _io_surface_gl_memory_allocator_map()
92 _io_surface_gl_memory_allocator_unmap (GstGLBaseMemory * bmem, in _io_surface_gl_memory_allocator_unmap() argument
95 GstGLMemory *gl_mem = (GstGLMemory *) bmem; in _io_surface_gl_memory_allocator_unmap()
Diosglmemory.c52 _ios_gl_memory_allocator_map (GstGLBaseMemory * bmem, in _ios_gl_memory_allocator_map() argument
55 GstGLMemory *gl_mem = (GstGLMemory *) bmem; in _ios_gl_memory_allocator_map()
65 _ios_gl_memory_allocator_unmap (GstGLBaseMemory * bmem, GstMapInfo * info) in _ios_gl_memory_allocator_unmap() argument
67 GstIOSGLMemory *mem = (GstIOSGLMemory *) bmem; in _ios_gl_memory_allocator_unmap()
Diosurfacevulkanmemory.c55 _io_surface_vulkan_memory_allocator_map (GstMemory * bmem, in _io_surface_vulkan_memory_allocator_map() argument
58 GstIOSurfaceVulkanMemory *mem = (GstIOSurfaceVulkanMemory *) bmem; in _io_surface_vulkan_memory_allocator_map()
72 _io_surface_vulkan_memory_allocator_unmap (GstMemory * bmem, GstMapInfo * info) in _io_surface_vulkan_memory_allocator_unmap() argument
74 GstIOSurfaceVulkanMemory *mem = (GstIOSurfaceVulkanMemory *) bmem; in _io_surface_vulkan_memory_allocator_unmap()