Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/include/
H A Dwav.h124 #define AUDIO_WAV_FILE2HOST_SHORT(from, to) \ macro
129 AUDIO_WAV_FILE2HOST_SHORT((from), (to))
134 #define AUDIO_WAV_FILE2HOST_SHORT(from, to) \ macro
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c707 AUDIO_WAV_FILE2HOST_SHORT(&fhdr.wav_fmt_encoding, &encoding); in decode_wav()
708 AUDIO_WAV_FILE2HOST_SHORT(&fhdr.wav_fmt_channels, &hdrp->channels); in decode_wav()
710 AUDIO_WAV_FILE2HOST_SHORT(&fhdr.wav_fmt_bits_per_sample, in decode_wav()