Home
last modified time | relevance | path

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

/openbsd/lib/libsndio/
H A Dsio.c463 unsigned rbpf, wbpf, rround, wround; in _sio_printpos() local
466 rbpf = (hdl->mode & SIO_REC) ? hdl->par.bps * hdl->par.rchan : 1; in _sio_printpos()
468 rround = hdl->par.round * rbpf; in _sio_printpos()
472 hdl->cpos * rbpf - hdl->rused : 0; in _sio_printpos()
H A Dsio_aucat.c38 unsigned int rbpf, wbpf; /* read and write bytes-per-frame */ member
95 if (size == 0 || size % hdl->rbpf) { in sio_aucat_runmsg()
191 hdl->rbpf = hdl->sio.par.bps * hdl->sio.par.rchan; in sio_aucat_start()