Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/cmd/audio/utilities/
H A Dfilehdr.c1195 AUDIO_WAV_HOST2FILE_SHORT(&encoding, &fhdr.wav_fmt_encoding); in audio_encode_wav()
1196 AUDIO_WAV_HOST2FILE_SHORT(&hdrp->channels, &fhdr.wav_fmt_channels); in audio_encode_wav()
1200 AUDIO_WAV_HOST2FILE_SHORT(&bytes_per_sample, in audio_encode_wav()
1202 AUDIO_WAV_HOST2FILE_SHORT(&bits_per_sample, in audio_encode_wav()