Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c97 char *shm_area_buf; member
284 area->shm_area_buf = MAP_FAILED; in sp_open_shm()
329 area->shm_area_buf = mmap (NULL, size, prot, MAP_SHARED, area->shm_fd, 0); in sp_open_shm()
331 if (area->shm_area_buf == MAP_FAILED) in sp_open_shm()
352 if (area->shm_area_buf != MAP_FAILED) in sp_close_shm()
353 munmap (area->shm_area_buf, area->shm_area_len); in sp_close_shm()
556 return block->area->shm_area_buf + in sp_writer_block_get_buf()
593 if (buf >= area->shm_area_buf && in sp_writer_send_buf()
594 buf < (area->shm_area_buf + area->shm_area_len)) { in sp_writer_send_buf()
595 offset = buf - area->shm_area_buf; in sp_writer_send_buf()
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog139406 shm: Initialize shm_area_buf to invalid value