Home
last modified time | relevance | path

Searched refs:AFMT_BPS (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/sound/pcm/
H A Dfeeder_format.c159 info->ibps = AFMT_BPS(f->desc->in); in feed_format_init()
163 info->obps = AFMT_BPS(f->desc->out); in feed_format_init()
H A Dsound.h246 #define AFMT_BPS(v) (AFMT_BIT(v) >> 3) macro
247 #define AFMT_ALIGN(v) (AFMT_BPS(v) * AFMT_CHANNEL(v))
H A Dfeeder_eq.c363 info->align = info->channels * AFMT_BPS(f->desc->in); in feed_eq_init()
390 info->align = info->channels * AFMT_BPS(f->desc->in); in feed_eq_set()
H A Dfeeder_volume.c159 info->bps = AFMT_BPS(f->desc->in); in feed_volume_init()
H A Dbuffer.c355 b->bps = AFMT_BPS(b->fmt); in sndbuf_setfmt()
H A Dfeeder_matrix.c412 info->bps = AFMT_BPS(info->in); in feed_matrix_init()
H A Dfeeder_rate.c1237 info->bps = AFMT_BPS(format); in z_resampler_setup()