Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypePcm.h93 void alaw2short(alaw *&, short *&);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc194 alaw2short(alaw *&F, short *&T) { *T++ = audio_a2s(*F); F++; } in alaw2short() function in AudioTypePcm