Searched refs:sp_open_shm (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | shmpipe.c | 185 static ShmArea *sp_open_shm (char *path, int id, mode_t perms, size_t size); 247 self->shm_area = sp_open_shm (NULL, ++self->next_area_id, perms, size); in sp_writer_create() 274 sp_open_shm (char *path, int id, mode_t perms, size_t size) in sp_open_shm() function 499 newarea = sp_open_shm (NULL, ++self->next_area_id, self->perms, size); in sp_writer_resize() 681 newarea = sp_open_shm (area_name, cb.area_id, 0, in sp_client_recv()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 181275 If sp_open_shm errors out trying to open a shm area, it would crash
|