Searched refs:GstFdMemory (Results 1 – 3 of 3) sorted by relevance
54 } GstFdMemory; typedef60 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_free()73 g_slice_free (GstFdMemory, mem); in gst_fd_mem_free()82 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_map()158 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_unmap()185 GstFdMemory *mem = (GstFdMemory *) gmem; in gst_fd_mem_share()186 GstFdMemory *sub; in gst_fd_mem_share()199 sub = g_slice_new0 (GstFdMemory); in gst_fd_mem_share()287 GstFdMemory *mem; in gst_fd_allocator_alloc()291 mem = g_slice_new0 (GstFdMemory); in gst_fd_allocator_alloc()[all …]
60444 Add some flags to the GstFdMemory to control how memory is mapped and
85750 waylandsink: replace the custom GstWlShmMemory with GstFdMemory