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/
H A Dpstream.c57 PA_PSTREAM_DESCRIPTOR_LENGTH, enumerator
612 p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH] = 0; in prepare_next_write_item()
624 p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH] = htonl((uint32_t) plen); in prepare_next_write_item()
705 p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH] = htonl(shm_size); in prepare_next_write_item()
719 p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH] = htonl((uint32_t) p->write.current->chunk.length); in prepare_next_write_item()
782 l = ntohl(p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH]) - (p->write.index - PA_PSTREAM_DESCRIPTOR_SIZE); in do_write()
812 if (p->write.index >= PA_PSTREAM_DESCRIPTOR_SIZE + ntohl(p->write.descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH])) { in do_write()
886 l = ntohl(re->descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH]) - (re->index - PA_PSTREAM_DESCRIPTOR_SIZE); in do_read()
960 length = ntohl(re->descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH]); in do_read()
1013 } else if (re->index >= ntohl(re->descriptor[PA_PSTREAM_DESCRIPTOR_LENGTH]) in do_read()
[all...]

Completed in 2 milliseconds