Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/include/
H A Daudio_hdr.h106 #define AUDIO_ENCODING_ULAW (1) /* ISDN u-law */ macro
/titanic_41/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
/titanic_41/usr/src/cmd/audio/utilities/
H A Dhdr_misc.c242 case AUDIO_ENCODING_ULAW: in audio_enc_to_str()
H A Dfilehdr.c821 hdrp->encoding = AUDIO_ENCODING_ULAW; in audio_decode_filehdr()
1001 case AUDIO_ENCODING_ULAW: in audio_encode_au()
1152 case AUDIO_ENCODING_ULAW: in audio_encode_wav()
H A Ddevice_ctl.c114 case AUDIO_ENCODING_ULAW: in audio__setplayhdr()
H A Dg721.c650 case AUDIO_ENCODING_ULAW: in g721_encode()
795 case AUDIO_ENCODING_ULAW: in g721_decode()
H A Dg723.c707 case AUDIO_ENCODING_ULAW: in g723_encode()
841 case AUDIO_ENCODING_ULAW: in g723_decode()
/titanic_41/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c271 Encoding = AUDIO_ENCODING_ULAW; in main()
431 case AUDIO_ENCODING_ULAW: in main()
/titanic_41/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()
/titanic_41/usr/src/cmd/audio/audioplay/
H A Daudioplay.c433 File_hdr.encoding = AUDIO_ENCODING_ULAW; in main()
445 File_hdr.encoding = AUDIO_ENCODING_ULAW; in main()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c1241 case AUDIO_ENCODING_ULAW: s = "ULAW"; break; in show_audio_prinfo()