Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/audio/
H A Dau.h117 #define AUDIO_AU_FILE2HOST(from, to) *((long *)(to)) = *((long *)(from)) macro
119 #define AUDIO_AU_FILE2HOST(from, to) \ macro
127 #define AUDIO_AU_HOST2FILE(from, to) AUDIO_AU_FILE2HOST((from), (to))
/titanic_44/usr/src/cmd/audio/utilities/
H A Dfilehdr.c657 AUDIO_AU_FILE2HOST(&fhdr.au_offset, &offset); in decode_au()
658 AUDIO_AU_FILE2HOST(&fhdr.au_data_size, &hdrp->data_size); in decode_au()
659 AUDIO_AU_FILE2HOST(&fhdr.au_encoding, &hdrp->encoding); in decode_au()
660 AUDIO_AU_FILE2HOST(&fhdr.au_sample_rate, &hdrp->sample_rate); in decode_au()
661 AUDIO_AU_FILE2HOST(&fhdr.au_channels, &hdrp->channels); in decode_au()