Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c172 } new_shm_area; member
517 cb.payload.new_shm_area.size = newarea->shm_area_len; in sp_writer_resize()
518 cb.payload.new_shm_area.path_size = pathlen; in sp_writer_resize()
668 assert (cb.payload.new_shm_area.path_size > 0); in sp_client_recv()
669 assert (cb.payload.new_shm_area.size > 0); in sp_client_recv()
671 area_name = malloc (cb.payload.new_shm_area.path_size + 1); in sp_client_recv()
673 cb.payload.new_shm_area.path_size, 0); in sp_client_recv()
674 if (retval != cb.payload.new_shm_area.path_size) { in sp_client_recv()
682 cb.payload.new_shm_area.size); in sp_client_recv()
823 cb.payload.new_shm_area.size = self->shm_area->shm_area_len; in sp_writer_accept_client()
[all …]