Home
last modified time | relevance | path

Searched defs:APARAMS_BPS (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/aucat/
H A Ddsp.h72 #define APARAMS_BPS(bits) (((bits) <= 8) ? 1 : (((bits) <= 16) ? 2 : 4)) macro
/openbsd/usr.bin/sndiod/
H A Ddsp.h72 #define APARAMS_BPS(bits) (((bits) <= 8) ? 1 : (((bits) <= 16) ? 2 : 4)) macro