Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c86 typedef struct _ShmArea ShmArea; typedef
104 ShmArea *next;
111 ShmArea *shm_area;
134 ShmArea *shm_area;
156 ShmArea *area;
185 static ShmArea *sp_open_shm (char *path, int id, mode_t perms, size_t size);
186 static void sp_close_shm (ShmArea * area);
189 static void sp_shm_area_dec (ShmPipe * self, ShmArea * area);
273 static ShmArea *
276 ShmArea *area = spalloc_new (ShmArea); in sp_open_shm()
[all …]