Home
last modified time | relevance | path

Searched refs:ALAW (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypeG72X.cc65 case ALAW: in CanConvert()
154 case ALAW: in Convert()
184 case ALAW: in Convert()
202 case ALAW: in Convert()
H A DAudioTypePcm.cc75 case ALAW: in CanConvert()
345 case ALAW: // Convert linear to a-law in Convert()
408 case ALAW: // Convert float to a-law in Convert()
438 case ALAW: // Convert ulaw to a-law in Convert()
444 case ALAW: in Convert()
461 case ALAW: // Convert alaw to a-law in Convert()
H A DAudioHdr.cc91 case ALAW: in Validate()
H A DAudioHdrParse.cc148 case ALAW: in EncodingString()
425 encoding = ALAW; in EncodingParse()
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioHdr.h98 ALAW = 2, // ISDN A-law enumerator
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc74 (ihdr.encoding != ALAW) && in verify_conversion()
80 (ohdr.encoding != ALAW) && in verify_conversion()
531 case ALAW: in pcmtype()