Home
last modified time | relevance | path

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

/freebsd/usr.sbin/sndctl/
H A Dsndctl.c316 int enc, ch, samplesz; in bytes2frames() local
324 samplesz = 1; in bytes2frames()
326 samplesz = 2; in bytes2frames()
328 samplesz = 3; in bytes2frames()
330 samplesz = 4; in bytes2frames()
332 samplesz = 0; in bytes2frames()
334 if (!samplesz || !ch) in bytes2frames()
337 return (bytes / (samplesz * ch)); in bytes2frames()