Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dwaveaudio.c124 const unsigned bytewidth = width > 16 ? 4 : width > 8 ? 2 : 1; in check_format() local
131 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()