Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/include/
H A Daudio_hdr.h107 #define AUDIO_ENCODING_ALAW (2) /* ISDN A-law */ macro
/titanic_41/usr/src/uts/common/sys/
H A Daudioio.h121 #define AUDIO_ENCODING_ALAW (2) /* A-law encoding */ macro
/titanic_41/usr/src/cmd/audio/utilities/
H A Dhdr_misc.c245 case AUDIO_ENCODING_ALAW: in audio_enc_to_str()
H A Dfilehdr.c826 hdrp->encoding = AUDIO_ENCODING_ALAW; in audio_decode_filehdr()
1013 case AUDIO_ENCODING_ALAW: in audio_encode_au()
1158 case AUDIO_ENCODING_ALAW: in audio_encode_wav()
H A Ddevice_ctl.c115 case AUDIO_ENCODING_ALAW: in audio__setplayhdr()
H A Dg721.c647 case AUDIO_ENCODING_ALAW: in g721_encode()
792 case AUDIO_ENCODING_ALAW: in g721_decode()
H A Dg723.c704 case AUDIO_ENCODING_ALAW: in g723_encode()
838 case AUDIO_ENCODING_ALAW: in g723_decode()
/titanic_41/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c275 Encoding = AUDIO_ENCODING_ALAW; in main()
432 case AUDIO_ENCODING_ALAW: in main()
/titanic_41/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()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c1242 case AUDIO_ENCODING_ALAW: s = "ALAW"; break; in show_audio_prinfo()