Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dpstream.c57 PA_PSTREAM_DESCRIPTOR_LENGTH, enumerator
609 p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH] = 0; in prepare_next_write_item()
621 p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH] = htonl((uint32_t) plen); in prepare_next_write_item()
702 p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH] = htonl(shm_size); in prepare_next_write_item()
716 …p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH] = htonl((uint32_t) p->write.current->chunk.lengt… in prepare_next_write_item()
779 …l = ntohl(p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH]) - (p->write.index - PA_PSTREAM_DESCRI… in do_write()
809 …e.index >= PA_PSTREAM_DESCRIPTOR_SIZE + ntohl(p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH])) { in do_write()
883 …l = ntohl(re->descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH]) - (re->index - PA_PSTREAM_DESCRIPTOR_SIZE); in do_read()
957 length = ntohl(re->descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH]); in do_read()
1010 …} else if (re->index >= ntohl(re->descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH]) + PA_PSTREAM_DESCRIPTO… in do_read()