Searched refs:sndbuf_xbytes (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | channel.c | 398 imax(0, sndbuf_xbytes(sndbuf_getsize(bs), bs, b) - in chn_wrfeed() 663 i = sndbuf_xbytes(sndbuf_getready(bs), bs, pb); in chn_start() 687 sndbuf_xbytes(sndbuf_getsize(bs), bs, b)); in chn_start() 755 minflush = threshold + sndbuf_xbytes(sndbuf_getready(b), b, bs); in chn_sync() 760 minflush += sndbuf_xbytes(sndbuf_getsize(b), b, bs); in chn_sync() 793 count = sndbuf_xbytes(minflush + resid, bs, b) / blksz; in chn_sync() 1918 sndbuf_xbytes(sndbuf_getsize(pb), pb, bs) : 0; in chn_resizebuf() 1921 sndbuf_xbytes(sndbuf_getblksz(pb), pb, bs) * 2 : 0; in chn_resizebuf() 1926 hblksz = round_blksz(sndbuf_xbytes(sblksz, bs, b), in chn_resizebuf() 1958 sndbuf_xbytes(sndbuf_getblksz(b), b, bs), in chn_resizebuf() [all …]
|
H A D | buffer.h | 109 unsigned int sndbuf_xbytes(unsigned int v, struct snd_dbuf *from, struct snd_dbuf *to);
|
H A D | buffer.c | 549 sndbuf_xbytes(unsigned int v, struct snd_dbuf *from, struct snd_dbuf *to) in sndbuf_xbytes() function
|