Searched defs:bytes_per_unit (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_string.h55 uint64_t bytes_per_unit; member in struct:__anon830
/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_hdr.h61 * bytes_per_unit Number of bytes stored for each sample unit
86 * C = (channels * bytes_per_unit * sample_rate) / samples_per_unit
93 unsigned bytes_per_unit; /* bytes per sample unit */ member in struct:__anon25
H A DAudioHdr.h70 // bytes_per_unit Number of bytes stored for each sample unit
88 // C = (channels * bytes_per_unit * sample_rate) / samples_per_unit
125 unsigned int bytes_per_unit; // bytes per sample unit member in class:AudioHdr
131 sample_rate(0), samples_per_unit(0), bytes_per_unit(0),
142 bytes_per_unit(hdr.bytes_per_unit),
192 hdr.bytes_per_unit = bytes_per_unit;
204 (bytes_per_unit == tst.bytes_per_unit)
[all...]

Completed in 59 milliseconds