Home
last modified time | relevance | path

Searched refs:AUDIO_ENCODING_ULAW (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_hdr.h104 #define AUDIO_ENCODING_ULAW (1) /* ISDN u-law */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dmixer.h41 #define AM_DEFAULT_ENCODING AUDIO_ENCODING_ULAW
H A Daudioio.h120 #define AUDIO_ENCODING_ULAW (1) /* u-law encoding */ macro
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dhdr_misc.c240 case AUDIO_ENCODING_ULAW: in audio_enc_to_str()
H A Dfilehdr.c819 hdrp->encoding = AUDIO_ENCODING_ULAW; in audio_decode_filehdr()
998 case AUDIO_ENCODING_ULAW: in audio_encode_au()
1149 case AUDIO_ENCODING_ULAW: in audio_encode_wav()
H A Dg721.c648 case AUDIO_ENCODING_ULAW: in g721_encode()
793 case AUDIO_ENCODING_ULAW: in g721_decode()
H A Ddevice_ctl.c112 case AUDIO_ENCODING_ULAW: in audio__setplayhdr()
H A Dg723.c707 case AUDIO_ENCODING_ULAW: in g723_encode()
841 case AUDIO_ENCODING_ULAW: in g723_decode()
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c274 Encoding = AUDIO_ENCODING_ULAW; in main()
434 case AUDIO_ENCODING_ULAW: in main()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c150 case AUDIO_ENCODING_ULAW: in devaudio_compose_format()
189 e = AUDIO_ENCODING_ULAW; in devaudio_decompose_format()
261 prinfo->encoding = AUDIO_ENCODING_ULAW; in devaudio_proc_alloc()
282 prinfo->encoding = AUDIO_ENCODING_ULAW; in devaudio_proc_alloc()
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c437 File_hdr.encoding = AUDIO_ENCODING_ULAW; in main()
449 File_hdr.encoding = AUDIO_ENCODING_ULAW; in main()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1228 case AUDIO_ENCODING_ULAW: s = "ULAW"; break; in show_audio_prinfo()