Searched refs:bytewidth (Results 1 – 1 of 1) sorted by relevance
124 const unsigned bytewidth = width > 16 ? 4 : width > 8 ? 2 : 1; in check_format() local131 pfmt->Format.nAvgBytesPerSec = channels * bytewidth * hertz; in check_format()132 pfmt->Format.nBlockAlign = channels * bytewidth; in check_format()133 pfmt->Format.wBitsPerSample = bytewidth * 8; in check_format()150 bytewidth * 8, in check_format()