Home
last modified time | relevance | path

Searched refs:AUDIO_ENCODING_ALAW (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_hdr.h105 #define AUDIO_ENCODING_ALAW (2) /* ISDN A-law */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Daudioio.h121 #define AUDIO_ENCODING_ALAW (2) /* A-law encoding */ macro
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dhdr_misc.c243 case AUDIO_ENCODING_ALAW: in audio_enc_to_str()
H A Dfilehdr.c824 hdrp->encoding = AUDIO_ENCODING_ALAW; in audio_decode_filehdr()
1011 case AUDIO_ENCODING_ALAW: in audio_encode_au()
1156 case AUDIO_ENCODING_ALAW: in audio_encode_wav()
H A Dg721.c645 case AUDIO_ENCODING_ALAW: in g721_encode()
790 case AUDIO_ENCODING_ALAW: in g721_decode()
H A Ddevice_ctl.c113 case AUDIO_ENCODING_ALAW: in audio__setplayhdr()
H A Dg723.c702 case AUDIO_ENCODING_ALAW: in g723_encode()
836 case AUDIO_ENCODING_ALAW: in g723_decode()
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c279 Encoding = AUDIO_ENCODING_ALAW; in main()
436 case AUDIO_ENCODING_ALAW: in main()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c152 case AUDIO_ENCODING_ALAW: in devaudio_compose_format()
194 e = AUDIO_ENCODING_ALAW; in devaudio_decompose_format()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1229 case AUDIO_ENCODING_ALAW: s = "ALAW"; break; in show_audio_prinfo()