Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c517 short bits_per_sample; in decode_aiff() local
587 &bits_per_sample); in decode_aiff()
588 switch (bits_per_sample) { in decode_aiff()
679 short bits_per_sample; in decode_wav() local
711 &bits_per_sample); in decode_wav()
716 switch (bits_per_sample) { in decode_wav()
1136 int bits_per_sample; in audio_encode_wav() local
1189 bits_per_sample = hdrp->bytes_per_unit * 8; in audio_encode_wav()
1200 AUDIO_WAV_HOST2FILE_SHORT(&bits_per_sample, in audio_encode_wav()
/illumos-gate/usr/src/cmd/cdrw/
H A Daudio.h51 uint16_t bits_per_sample; member
H A Dbstream.c503 (CPU_TO_LE16(wav->bits_per_sample) != 16) || in open_wav_read_stream()