Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dpstream.c76 #define PA_PSTREAM_DESCRIPTOR_SIZE (PA_PSTREAM_DESCRIPTOR_MAX*sizeof(uint32_t)) macro
623 if (plen <= MINIBUF_SIZE - PA_PSTREAM_DESCRIPTOR_SIZE) { in prepare_next_write_item()
624 memcpy(&p->write.minibuf[PA_PSTREAM_DESCRIPTOR_SIZE], p->write.data, plen); in prepare_next_write_item()
625 p->write.minibuf_validsize = PA_PSTREAM_DESCRIPTOR_SIZE + plen; in prepare_next_write_item()
655 uint32_t *shm_info = (uint32_t *) &p->write.minibuf[PA_PSTREAM_DESCRIPTOR_SIZE]; in prepare_next_write_item()
703 p->write.minibuf_validsize = PA_PSTREAM_DESCRIPTOR_SIZE + shm_size; in prepare_next_write_item()
765 } else if (p->write.index < PA_PSTREAM_DESCRIPTOR_SIZE) { in do_write()
767 l = PA_PSTREAM_DESCRIPTOR_SIZE - p->write.index; in do_write()
778 d = (uint8_t*) d + p->write.index - PA_PSTREAM_DESCRIPTOR_SIZE; in do_write()
779 …p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH]) - (p->write.index - PA_PSTREAM_DESCRIPTOR_SIZE); in do_write()
[all …]