Home
last modified time | relevance | path

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

/trueos/sys/dev/sound/pcm/
HDfeeder_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()
HDsound.h243 #define AFMT_BPS(v) (AFMT_BIT(v) >> 3) macro
244 #define AFMT_ALIGN(v) (AFMT_BPS(v) * AFMT_CHANNEL(v))
HDfeeder_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()
HDfeeder_volume.c159 info->bps = AFMT_BPS(f->desc->in); in feed_volume_init()
HDbuffer.c355 b->bps = AFMT_BPS(b->fmt); in sndbuf_setfmt()
HDfeeder_matrix.c412 info->bps = AFMT_BPS(info->in); in feed_matrix_init()
HDfeeder_rate.c1267 info->bps = AFMT_BPS(format); in z_resampler_setup()