Searched refs:sndbuf_xbytes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/dev/sound/pcm/ |
| H A D | channel.c | 400 imax(0, sndbuf_xbytes(sndbuf_getsize(bs), bs, b) - in chn_wrfeed() 698 i = sndbuf_xbytes(sndbuf_getready(bs), bs, pb); in chn_start() 722 sndbuf_xbytes(sndbuf_getsize(bs), bs, b)); in chn_start() 790 minflush = threshold + sndbuf_xbytes(sndbuf_getready(b), b, bs); in chn_sync() 795 minflush += sndbuf_xbytes(sndbuf_getsize(b), b, bs); in chn_sync() 828 count = sndbuf_xbytes(minflush + resid, bs, b) / blksz; in chn_sync() 1771 sndbuf_xbytes(sndbuf_getsize(pb), pb, bs) : 0; in chn_resizebuf() 1774 sndbuf_xbytes(sndbuf_getblksz(pb), pb, bs) * 2 : 0; in chn_resizebuf() 1779 hblksz = round_blksz(sndbuf_xbytes(sblksz, bs, b), in chn_resizebuf() 1817 sndbuf_xbytes(sndbuf_getblksz(b), b, bs), in chn_resizebuf() [all …]
|
| H A D | buffer.h | 117 unsigned int sndbuf_xbytes(unsigned int v, struct snd_dbuf *from, struct snd_dbuf *to);
|
| H A D | buffer.c | 581 sndbuf_xbytes(unsigned int v, struct snd_dbuf *from, struct snd_dbuf *to) in sndbuf_xbytes() function
|