Searched refs:AFMT_BPS (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dbuffer.c356 b->bps = AFMT_BPS(b->fmt);
H A Dfeeder_eq.c362 info->align = info->channels * AFMT_BPS(f->desc->in);
389 info->align = info->channels * AFMT_BPS(f->desc->in);
H A Dfeeder_format.c159 info->ibps = AFMT_BPS(f->desc->in);
163 info->obps = AFMT_BPS(f->desc->out);
H A Dfeeder_matrix.c412 info->bps = AFMT_BPS(info->in);
H A Dfeeder_rate.c1260 info->bps = AFMT_BPS(format);
H A Dfeeder_volume.c159 info->bps = AFMT_BPS(f->desc->in);
H A Dsound.h231 #define AFMT_BPS(v) (AFMT_BIT(v) >> 3) macro
232 #define AFMT_ALIGN(v) (AFMT_BPS(v) * AFMT_CHANNEL(v))

Completed in 140 milliseconds