Home
last modified time | relevance | path

Searched refs:alaw2short (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/audio/include/
H A DAudioTypePcm.h95 void alaw2short(alaw *&, short *&);
/titanic_44/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc196 alaw2short(alaw *&F, short *&T) { *T++ = audio_a2s(*F); F++; } in alaw2short() function in AudioTypePcm