Home
last modified time | relevance | path

Searched refs:rb_read (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsrbchannel.c79 pa_ringbuffer rb_read, rb_write; member
136 void *ptr = pa_ringbuffer_peek(&sr->rb_read, &toread); in pa_srbchannel_read()
146 if (pa_ringbuffer_drop(&sr->rb_read, toread)) { in pa_srbchannel_read()
185 pa_ringbuffer_peek(&sr->rb_read, &q); in srbchannel_rwloop()
199 pa_ringbuffer_peek(&sr->rb_read, &q); in srbchannel_rwloop()
238 sr->rb_read.memory = (uint8_t*) srh + PA_ALIGN(sizeof(*srh)); in pa_srbchannel_new()
239 srh->readbuf_offset = sr->rb_read.memory - (uint8_t*) srh; in pa_srbchannel_new()
243 sr->rb_write.memory = PA_ALIGN_PTR(sr->rb_read.memory + capacity); in pa_srbchannel_new()
251 srh->capacity = sr->rb_read.capacity = sr->rb_write.capacity = capacity; in pa_srbchannel_new()
253 sr->rb_read in pa_srbchannel_new()
[all...]

Completed in 2 milliseconds