Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/audio/utilities/
H A DAudioTypeG72X.cc67 case ALAW: in CanConvert()
155 case ALAW: in Convert()
185 case ALAW: in Convert()
203 case ALAW: in Convert()
H A DAudioTypePcm.cc77 case ALAW: in CanConvert()
346 case ALAW: // Convert linear to a-law in Convert()
409 case ALAW: // Convert float to a-law in Convert()
439 case ALAW: // Convert ulaw to a-law in Convert()
445 case ALAW: in Convert()
462 case ALAW: // Convert alaw to a-law in Convert()
H A DAudioHdr.cc93 case ALAW: in Validate()
H A DAudioHdrParse.cc148 case ALAW: in EncodingString()
424 encoding = ALAW; in EncodingParse()
/titanic_50/usr/src/cmd/audio/include/
H A DAudioHdr.h100 ALAW = 2, // ISDN A-law enumerator
/titanic_50/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc76 (ihdr.encoding != ALAW) && in verify_conversion()
82 (ohdr.encoding != ALAW) && in verify_conversion()
533 case ALAW: in pcmtype()