Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dpstream.c70 PA_PSTREAM_SHM_LENGTH, enumerator
700 … shm_info[PA_PSTREAM_SHM_LENGTH] = htonl((uint32_t) p->write.current->chunk.length); in prepare_next_write_item()
1050 ntohl(re->shm_info[PA_PSTREAM_SHM_LENGTH]), in do_read()
1063 … chunk.length = b ? pa_memblock_get_length(b) : ntohl(re->shm_info[PA_PSTREAM_SHM_LENGTH]); in do_read()