Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c102 ShmAllocSpace *allocspace; member
337 area->allocspace = shm_alloc_space_new (area->shm_area_len); in sp_open_shm()
349 if (area->allocspace) in sp_close_shm()
350 shm_alloc_space_free (area->allocspace); in sp_close_shm()
539 shm_alloc_space_alloc_block (self->shm_area->allocspace, size); in sp_writer_alloc_block()
596 ablock = shm_alloc_space_block_get (area->allocspace, offset); in sp_writer_send_buf()