Searched refs:readyptr (Results 1 – 1 of 1) sorted by relevance
478 uint32_t count, size, readyptr; in bcm2835_audio_worker() local542 readyptr = sndbuf_getreadyptr(ch->buffer); in bcm2835_audio_worker()545 if (readyptr + count > size) in bcm2835_audio_worker()546 count = size - readyptr; in bcm2835_audio_worker()554 buf = (uint8_t*)sndbuf_getbuf(ch->buffer) + readyptr; in bcm2835_audio_worker()