Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypePcm.h60 void short2ulaw(short *&, ulaw *&);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc135 short2ulaw(short *&F, ulaw *&T) { *T++ = audio_s2u(*F); F++; } in short2ulaw() function in AudioTypePcm