Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/include/
H A Dwav.h128 #define AUDIO_WAV_HOST2FILE_SHORT(from, to) \ macro
138 #define AUDIO_WAV_HOST2FILE_SHORT(from, to) \ macro
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c1193 AUDIO_WAV_HOST2FILE_SHORT(&encoding, &fhdr.wav_fmt_encoding); in audio_encode_wav()
1194 AUDIO_WAV_HOST2FILE_SHORT(&hdrp->channels, &fhdr.wav_fmt_channels); in audio_encode_wav()
1198 AUDIO_WAV_HOST2FILE_SHORT(&bytes_per_sample, in audio_encode_wav()
1200 AUDIO_WAV_HOST2FILE_SHORT(&bits_per_sample, in audio_encode_wav()