Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/audio/
H A Dau.h61 uint32_t au_channels; /* number of interleaved channels */ member
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c417 au->au_channels = BE32_TO_CPU(au->au_channels); in open_au_read_stream()
424 (au->au_sample_rate != 44100) || (au->au_channels != 2)) { in open_au_read_stream()
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c659 AUDIO_AU_FILE2HOST(&fhdr.au_channels, &hdrp->channels); in decode_au()
1098 AUDIO_AU_HOST2FILE(&hdrp->channels, &fhdr.au_channels); in audio_encode_au()