Home
last modified time | relevance | path

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

/src/usr.sbin/virtual_oss/virtual_oss/
H A Dvirtual_oss.c225 int shift_fmt; in virtual_oss_process() local
468 shift_fmt = pvp->bits - (vclient_sample_bytes(pvc) * 8); in virtual_oss_process()
472 shift_orig = pvp->rx_shift[x] - shift_fmt; in virtual_oss_process()
488 dst_chans, samples, shift_fmt); in virtual_oss_process()
546 shift_fmt = pvp->bits - (vclient_sample_bytes(pvc) * 8); in virtual_oss_process()
549 dst_chans, samples, shift_fmt); in virtual_oss_process()
553 shift_orig = pvp->tx_shift[x] + shift_fmt; in virtual_oss_process()
602 shift_fmt = pvp->bits - (vclient_sample_bytes(pvc) * 8); in virtual_oss_process()
605 dst_chans, samples, shift_fmt); in virtual_oss_process()
609 shift_orig = pvp->tx_shift[x] + shift_fmt; in virtual_oss_process()
[all …]