Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypePcm.h81 void double2ulaw(double *&, ulaw *&);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc174 double2ulaw(double *&F, ulaw *&T) { *T++ = audio_s2u(dbl2long(*F++, 32767)); } in double2ulaw() function in AudioTypePcm